add stacosys web admin

This commit is contained in:
Yax 2022-02-19 11:58:44 +01:00
parent 4b9c391771
commit e1c051e4d2

View file

@ -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;
}
}
}