mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update ingress.gtpl
This commit is contained in:
@@ -14,8 +14,6 @@ server {
|
|||||||
|
|
||||||
location /api {
|
location /api {
|
||||||
proxy_pass {{ .protocol }}://backend;
|
proxy_pass {{ .protocol }}://backend;
|
||||||
expires 1y;
|
|
||||||
add_header Cache-Control "public, immutable";
|
|
||||||
client_max_body_size 10M;
|
client_max_body_size 10M;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user