fix
This commit is contained in:
parent
b1d93a9025
commit
f3dc4a2db5
@ -99,9 +99,9 @@ server {
|
|||||||
|
|
||||||
|
|
||||||
location /urc/ {
|
location /urc/ {
|
||||||
proxy_pass http://192.168.178.107:3000/;
|
proxy_pass http://192.168.178.107:3000;
|
||||||
#rewrite ^/singleteam(.*)$ $1 break;
|
#rewrite ^/singleteam(.*)$ $1 break;
|
||||||
proxy_redirect / /urc/;
|
# proxy_redirect / /urc/;
|
||||||
proxy_intercept_errors on;
|
proxy_intercept_errors on;
|
||||||
proxy_set_header Host team.ligalytics.com;
|
proxy_set_header Host team.ligalytics.com;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user