We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b5a24 commit cf6bb55Copy full SHA for cf6bb55
globals/cache.conf
@@ -2,8 +2,8 @@
2
3
#### Suggested by Károly Nagy on a nginx LinkedIn Group discussion
4
#### https://www.linkedin.com/groups/nginxglobals-2000893.S.5963371829870546947
5
-if_modified_since off;
6
-add_header Last-Modified "";
+if_modified_since off;
+add_header Last-Modified "";
7
etag on; # etag differs on nginx versions, this is for 1.4.X
8
9
#### Cache static files for as long as possible (images, css, js, favicons)
0 commit comments