This commit is contained in:
martin 2025-12-17 10:17:24 +01:00
parent 4eb26c2d9f
commit b1d93a9025

View File

@ -101,6 +101,7 @@ server {
location /urc/ {
proxy_pass http://192.168.178.107:3000/;
#rewrite ^/singleteam(.*)$ $1 break;
proxy_redirect / /urc/;
proxy_intercept_errors on;
proxy_set_header Host team.ligalytics.com;
proxy_set_header X-Real-IP $remote_addr;