From c1ffa19dc3b69b53ed8a0fb46b983ed348429a71 Mon Sep 17 00:00:00 2001 From: Robin Dittmar Date: Tue, 11 Mar 2025 18:26:54 +0100 Subject: [PATCH] removed /sandbox/ --- data/nginx/include/dittmar.dev | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/data/nginx/include/dittmar.dev b/data/nginx/include/dittmar.dev index 951fc32..917bb76 100755 --- a/data/nginx/include/dittmar.dev +++ b/data/nginx/include/dittmar.dev @@ -41,18 +41,6 @@ server { 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 { root /usr/share/nginx/html/lobby-web; }