Update ingress.conf

This commit is contained in:
Alexandre
2021-04-09 22:00:01 +02:00
committed by GitHub
parent 24df24849d
commit 8edeee599b

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/joal/;
}
}