mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-15 01:14:29 +01:00
Fix rewrite rule in ingress.conf
This commit is contained in:
@@ -5,7 +5,7 @@ server {
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:8080/;
|
||||
rewrite ^%%ingress_entry%%/(.*)$ /$1 break;
|
||||
rewrite ^%%ingress_entry%%/?(.*)$ /$1 break;
|
||||
|
||||
# Disable buffering (required for SSE and sub_filter)
|
||||
proxy_buffering off;
|
||||
|
||||
Reference in New Issue
Block a user