reduce expire time
This commit is contained in:
@@ -57,7 +57,7 @@ http {
|
||||
location /static {
|
||||
autoindex off;
|
||||
root {{ document_root }}/;
|
||||
expires 30d;
|
||||
expires 1d;
|
||||
}
|
||||
|
||||
location / { try_files $uri @wo-bisch; }
|
||||
|
||||
Reference in New Issue
Block a user