Improved logo performance
This commit is contained in:
@@ -6,6 +6,13 @@ 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";
|
||||
|
||||
gzip on;
|
||||
gunzip on;
|
||||
gzip_types text/plain application/javascript application/x-javascript text/javascript text/xml text/css;
|
||||
gzip_proxied no-cache no-store private expired auth;
|
||||
gzip_min_length 1000;
|
||||
|
||||
|
||||
location ~* \.(?:ico|gif|jpe?g|png|svg|webp)$ {
|
||||
expires 1d;
|
||||
|
Reference in New Issue
Block a user