Allow custom path

This commit is contained in:
Alexandre
2021-05-13 23:12:34 +02:00
committed by GitHub
parent 8a4daf64cb
commit 11656d664e

View File

@@ -18,7 +18,7 @@ server {
RewriteCond %{HTTP:Upgrade} websocket [NC]
RewriteRule /(.*) ws://127.0.0.1:8081/$1 [P,L]
proxy_pass http://backend/joal/ui/;
proxy_pass http://backend/%%path%%/ui/;
}
}