removed /sandbox/

This commit is contained in:
2025-03-11 18:26:54 +01:00
parent bd20f576dd
commit c1ffa19dc3
-12
View File
@@ -41,18 +41,6 @@ server {
proxy_pass http://10.222.0.2:4000/; proxy_pass http://10.222.0.2:4000/;
} }
location /sandbox {
return 302 /sandbox/;
}
location /sandbox/ {
client_max_body_size 512m;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://sandbox:3000/;
}
location /panorama { location /panorama {
root /usr/share/nginx/html/lobby-web; root /usr/share/nginx/html/lobby-web;
} }