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