This commit is contained in:
Alexandre
2021-05-14 19:51:55 +02:00
committed by GitHub
parent 451ff5e2c8
commit d22314e766

View File

@@ -11,7 +11,7 @@ server {
proxy_connect_timeout 30m; proxy_connect_timeout 30m;
proxy_send_timeout 30m; proxy_send_timeout 30m;
proxy_read_timeout 30m; proxy_read_timeout 30m;
proxy_pass http://backend/%%path%%/ui/; proxy_pass http://backend/;
} }
location /ws/ { location /ws/ {