This commit is contained in:
martin 2025-12-17 10:38:40 +01:00
parent b1d93a9025
commit f3dc4a2db5

View File

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