From e9d9f73c92ed0a6a31fa95efff9fb930d40a7dd5 Mon Sep 17 00:00:00 2001 From: "Eric Johansson (neku)" Date: Sun, 6 Jun 2021 19:45:19 +0200 Subject: [PATCH] Update X.Y.conf --- templates/nginx_confs/X.Y.conf | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/templates/nginx_confs/X.Y.conf b/templates/nginx_confs/X.Y.conf index 1bae178..fdb62f6 100644 --- a/templates/nginx_confs/X.Y.conf +++ b/templates/nginx_confs/X.Y.conf @@ -16,23 +16,14 @@ access_log off; index index.html index.php; location ~* \.(?:css|js|jpg|jpeg|gif|png|ico|xml|eot|woff|woff2|ttf|svg|otf)$ { +add_header Cache-Control "no-cache, public, must-revalidate, proxy-revalidate"; +} - add_header Cache-Control "no-cache, public, must-revalidate, proxy-revalidate"; - - # allow CORS requests - add_header Access-Control-Allow-Origin *; - types {font/opentype otf;} - types {application/vnd.ms-fontobject eot;} - types {font/truetype ttf;} - types {application/font-woff woff;} - types {font/x-woff woff2;} - } - - gzip on; - gzip_min_length 1000; - gzip_comp_level 6; - gzip_proxied any; - gzip_types text/css text/js text/javascript application/javascript application/x-javascript; + gzip on; + gzip_min_length 1000; + gzip_comp_level 6; + gzip_proxied any; + gzip_types text/css text/js text/javascript application/javascript application/x-javascript; location ~* \.php$ { fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;