remove expire from nginx.conf

This commit is contained in:
2021-08-23 16:18:26 +02:00
parent 93f991b400
commit 38c9e9e0ea
@@ -57,7 +57,6 @@ http {
location /static { location /static {
autoindex off; autoindex off;
root {{ document_root }}/; root {{ document_root }}/;
expires 30d;
} }
location / { try_files $uri @mini-beieli; } location / { try_files $uri @mini-beieli; }