mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-14 03:18:02 +02: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