remove expire from nginx.conf

This commit is contained in:
Joerg Lehmann 2021-08-23 16:24:34 +02:00
parent 0c3380e32f
commit e58913c8bf
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ http {
location /static { location /static {
autoindex off; autoindex off;
root {{ document_root }}/; root {{ document_root }}/;
expires 1d;
} }
location / { try_files $uri @wo-bisch; } location / { try_files $uri @wo-bisch; }