mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-31 08:57:42 +01:00
Add rewrite rule for ingress entry in NGINX config
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
rewrite ^%%ingress_entry%%/(.*)$ /$1 break;
|
||||
sub_filter_once off;
|
||||
sub_filter_types text/html;
|
||||
sub_filter '<head>' '<head><base href="%%ingress_entry%%/">';
|
||||
|
||||
Reference in New Issue
Block a user