mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
Update ingress.gtpl
This commit is contained in:
@@ -9,8 +9,14 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /api {
|
location /api {
|
||||||
|
proxy_pass {{ .protocol }}://backend;
|
||||||
|
http2_push_preload on;
|
||||||
|
client_max_body_size 10M;
|
||||||
|
}
|
||||||
|
location /api/ {
|
||||||
proxy_pass {{ .protocol }}://backend/;
|
proxy_pass {{ .protocol }}://backend/;
|
||||||
http2_push_preload on;
|
http2_push_preload on;
|
||||||
client_max_body_size 10M;
|
client_max_body_size 10M;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user