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