mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-25 14:06:28 +01:00
http2_push_preload deprecated
This commit is contained in:
@@ -14,7 +14,8 @@ server {
|
|||||||
|
|
||||||
location /api {
|
location /api {
|
||||||
proxy_pass {{ .protocol }}://backend;
|
proxy_pass {{ .protocol }}://backend;
|
||||||
http2_push_preload on;
|
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