rx300: add some caching to franzi.business
kunsi/bundlewrap/pipeline/head This commit looks good Details

This commit is contained in:
Franzi 2021-09-25 14:42:00 +02:00
parent 2b0e3a4bf0
commit c9717043bb
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
gzip on;
gzip_vary on;
gzip_min_length 10240;
gzip_proxied expired no-cache no-store private auth;
gzip_types text/plain text/css text/xml text/javascript application/x-javascript application/xml;
location /css/ {
expires 7d;
add_header Cache-Control "public, no-transform";
}
location /img/ {
expires 30d;
add_header Cache-Control "public, no-transform";
}

View File

@ -315,6 +315,7 @@ nodes['rx300'] = {
'franzi.business': {
'webroot': '/var/www/franzi.business/_site/',
'ssl': '_.franzi.business',
'extras': True,
},
'kunbox.net': {},
'kunsmann.eu': {