update nginx.conf

This commit is contained in:
zema1 2017-11-01 09:13:48 +08:00
parent ee989e344b
commit e7e73e1088

View File

@ -102,7 +102,7 @@ http {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_pass http://oj_backend:8080;
proxy_pass http://oj-backend:8080;
}
location /admin {
alias /OJ_FE/admin/dist;