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