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