about summary refs log tree commit diff
path: root/compose/nginx/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'compose/nginx/nginx.conf')
-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;