add stacosys web admin

pull/2/head
Yax 3 years ago
parent 4b9c391771
commit e1c051e4d2

@ -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…
Cancel
Save