mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-14 17:04:26 +01:00
Add sub_filter for server path in ingress.conf
This commit is contained in:
@@ -21,6 +21,7 @@ server {
|
||||
sub_filter '/img/' '%%ingress_entry%%/img/';
|
||||
sub_filter '/lib/' '%%ingress_entry%%/lib/';
|
||||
sub_filter '/php/' '%%ingress_entry%%/php/';
|
||||
sub_filter '"/server' '"%%ingress_entry%%/server';
|
||||
|
||||
# Next three lines allow websockets
|
||||
proxy_http_version 1.1;
|
||||
|
||||
Reference in New Issue
Block a user