Update ingress.conf

This commit is contained in:
Alexandre
2021-11-29 14:50:01 +01:00
committed by GitHub
parent 9ae63f2a79
commit 4b9bdffaf7

View File

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