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 {
autoindex off;
root {{ document_root }}/;
expires 30d;
}
location / { try_files $uri @mini-beieli; }