fix(nginx): remove scoutsuite-report location (#800)
Co-authored-by: Davide Di Modica <webmaster.ddm@gmail.com>
taylor_socfortress committed
Apr 19, 2026 at 15:54 UTC
86a3c607a9c17642c33ead812b19ecb78635a6a5
1 file changed
-9
customer-portal/build/etc/nginx/sites-enabled/default.conf
-9
@@ -62,15 +62,6 @@ server {
62
proxy_pass http://copilot-backend:5000;
63
}
64
65
- # location for scoutsuite-report
66
- location /scoutsuite-report {
67
- proxy_set_header Host $host;
68
- proxy_set_header X-Real-IP $remote_addr;
69
- proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
70
- proxy_set_header X-Forwarded-Proto $scheme;
71
- proxy_pass http://copilot-backend:5000;
72
- }
73
-
65
# Run all other routes through the frontend
66
location / {
67
client_max_body_size 0;