This commit is contained in:
martin 2025-12-17 10:48:48 +01:00
parent f3dc4a2db5
commit 82389a9153

View File

@ -97,6 +97,11 @@ server {
#index maintenance.html;
}
location = /urc {
return 301 /urc/;
}
location /urc/ {
proxy_pass http://192.168.178.107:3000;