You've already forked nginxsnippets
initial commit
This commit is contained in:
4
cache-js-css.conf
Normal file
4
cache-js-css.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
location ~* ^.+\.(css|js)$ {
|
||||
expires 1y;
|
||||
add_header Cache-Control "max-age=31600000, public";
|
||||
}
|
Reference in New Issue
Block a user