diff --git a/scrutiny/rootfs/etc/nginx/servers/ingress.conf b/scrutiny/rootfs/etc/nginx/servers/ingress.conf index 5ae625735..6c82c3dc5 100644 --- a/scrutiny/rootfs/etc/nginx/servers/ingress.conf +++ b/scrutiny/rootfs/etc/nginx/servers/ingress.conf @@ -12,12 +12,6 @@ server { proxy_pass http://backend/web/; } - location /web/ { - add_header Access-Control-Allow-Origin *; - proxy_read_timeout 30; - proxy_pass http://backend/web/; - } - location /api/ { add_header Access-Control-Allow-Origin *; proxy_read_timeout 30;