reduce expire time

This commit is contained in:
2021-06-02 19:35:27 +02:00
parent e4aada95f5
commit 0c3380e32f
+1 -1
View File
@@ -57,7 +57,7 @@ http {
location /static {
autoindex off;
root {{ document_root }}/;
expires 30d;
expires 1d;
}
location / { try_files $uri @wo-bisch; }