Archived
1
0
Fork 0

Only cache static files for 12h

This commit is contained in:
Daniel Kempkens 2022-08-20 21:03:27 +02:00
parent 423f835d58
commit 4beee31b93

View file

@ -40,7 +40,7 @@ http {
} }
location ~* \.(js|css|png)$ { location ~* \.(js|css|png)$ {
expires 3d; expires 12h;
} }
} }
} }