Improved Lighthouse score
This commit is contained in:
@@ -7,7 +7,7 @@ server {
|
||||
add_header alt-svc 'h3=":443"; ma=2592000, h3-23=":443"; ma=86400, h3-29=":443"; ma=2592000';
|
||||
add_header Strict-Transport-Security "max-age=63072000; includeSubdomains; preload";
|
||||
|
||||
location ~* \.(?:ico|gif|jpe?g|png|svg)$ {
|
||||
location ~* \.(?:ico|gif|jpe?g|png|svg|webp)$ {
|
||||
expires 1d;
|
||||
add_header Pragma public;
|
||||
add_header Cache-Control "public";
|
||||
|
Reference in New Issue
Block a user