mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
removed cache for css and js
This commit is contained in:
parent
1551172bb9
commit
07a306a6f4
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ http {
|
|||
gzip_types text/plain application/xml application/javascript;
|
||||
|
||||
## All static files will be served directly.
|
||||
location ~* ^.+\.(?:css|cur|js|jpe?g|gif|htc|ico|png|xml|otf|ttf|eot|woff|woff2|svg)$ {
|
||||
location ~* ^.+\.(?:cur|jpe?g|gif|htc|ico|png|xml|otf|ttf|eot|woff|woff2|svg)$ {
|
||||
access_log off;
|
||||
expires 1d;
|
||||
add_header Cache-Control public;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue