mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Allow custom path
This commit is contained in:
@@ -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/;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user