Update ingress.conf

This commit is contained in:
Alexandre
2021-04-03 07:25:51 +02:00
committed by GitHub
parent 2b68241574
commit c66ebc304e

View File

@@ -9,13 +9,7 @@ server {
location / {
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;
proxy_pass http://backend/api/;
proxy_pass http://backend/;
}
}