add stacosys web admin
This commit is contained in:
parent
4b9c391771
commit
e1c051e4d2
1 changed files with 8 additions and 0 deletions
|
@ -38,5 +38,13 @@ http {
|
|||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_pass http://stacosys:8100/newcomment;
|
||||
}
|
||||
|
||||
location /web {
|
||||
proxy_pass http://stacosys:8100/web;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue