add ingress

This commit is contained in:
Alexandre
2021-05-12 13:10:16 +02:00
parent c656b325bd
commit e731066593
3 changed files with 45 additions and 3 deletions

View File

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