about summary refs log tree commit diff
diff options
context:
space:
mode:
-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;