rx300: add some caching to franzi.business
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
2b0e3a4bf0
commit
c9717043bb
2 changed files with 16 additions and 0 deletions
15
data/nginx/files/extras/rx300/franzi.business
Normal file
15
data/nginx/files/extras/rx300/franzi.business
Normal 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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue