mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-28 10:16:06 +02: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 '/img/' '%%ingress_entry%%/img/';
|
||||||
sub_filter '/lib/' '%%ingress_entry%%/lib/';
|
sub_filter '/lib/' '%%ingress_entry%%/lib/';
|
||||||
sub_filter '/php/' '%%ingress_entry%%/php/';
|
sub_filter '/php/' '%%ingress_entry%%/php/';
|
||||||
|
sub_filter '"/server' '"%%ingress_entry%%/server';
|
||||||
|
|
||||||
# Next three lines allow websockets
|
# Next three lines allow websockets
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|||||||
Reference in New Issue
Block a user