mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-30 16:37:40 +01:00
Add absolute_redirect off to nginx config
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
rewrite ^%%ingress_entry%%/(.*)$ /$1 break;
|
||||
absolute_redirect off;
|
||||
sub_filter_once off;
|
||||
sub_filter_types text/html;
|
||||
sub_filter '<head>' '<head><base href="%%ingress_entry%%/">';
|
||||
|
||||
Reference in New Issue
Block a user