about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel.to.malpa@gmail.com>2019-05-24 14:19:29 +0200
committerPaweł Dybiec <pawel.to.malpa@gmail.com>2019-05-24 14:19:29 +0200
commit85faaf395776c44a226434d65e0e9f88be91d27b (patch)
tree3578dd11cb2caf96ae70462145e1b0a7896fdc3d
parentFormatting (diff)
Enable etags
-rw-r--r--compose/nginx/nginx.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/compose/nginx/nginx.conf b/compose/nginx/nginx.conf
index bfef493..af5b482 100644
--- a/compose/nginx/nginx.conf
+++ b/compose/nginx/nginx.conf
@@ -34,6 +34,8 @@ http {
     sendfile        on;
     tcp_nopush     on;
 
+    etag	on;
+
     keepalive_timeout  65;
 
     gzip  on;