bundlewrap/data/nginx/files/extras/rx300/franzi.business
Franzi c9717043bb
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
rx300: add some caching to franzi.business
2021-09-25 14:42:00 +02:00

16 lines
428 B
Plaintext

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