http2_push_preload deprecated

This commit is contained in:
Alexandre
2024-11-25 11:52:03 +01:00
committed by GitHub
parent f8aa2a4b7a
commit fdd67dcfe2

View File

@@ -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;
}