Update ingress.conf

This commit is contained in:
Alexandre
2021-04-09 22:03:36 +02:00
committed by GitHub
parent f2a3c64fae
commit bedb0cf7de

View File

@@ -9,7 +9,7 @@ server {
location / {
add_header Access-Control-Allow-Origin *;
proxy_read_timeout 30;
proxy_pass http://backend/joal/;
proxy_pass http://backend/joal/ui;
}
}