chore: Add location for scoutsuite-report in nginx.conf
Taylor committed
Jun 7, 2024 at 15:38 UTC
332a50eb05915a6bc42bf4c5d1e701b286ef8f30
1 file changed
+5
frontend/nginx.conf
+5
@@ -15,6 +15,11 @@ http {
15
listen 2000;
16
server_name _;
17
18
+ # location for scoutsuite-report
19
+ location /scoutsuite-report {
20
+ proxy_pass http://copilot-backend:5000;
21
+ }
22
+
23
location / {
24
root /usr/share/nginx/html;
25
try_files $uri $uri/ /index.html;