Update ingress.conf

This commit is contained in:
Alexandre
2021-11-29 14:51:15 +01:00
committed by GitHub
parent 4b9bdffaf7
commit 51a25e23b7

View File

@@ -9,13 +9,13 @@ server {
location / {
add_header Access-Control-Allow-Origin *;
proxy_read_timeout 30;
proxy_pass http://127.0.0.1:2202;
proxy_pass http://127.0.0.1:2202/ubooquity/;
}
location /admin/ {
add_header Access-Control-Allow-Origin *;
proxy_read_timeout 30;
proxy_pass http://127.0.0.1:2203;
proxy_pass http://127.0.0.1:2203/ubooquity/;
}
}