diff options
author | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2019-05-24 14:19:29 +0200 |
---|---|---|
committer | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2019-05-24 14:19:29 +0200 |
commit | 85faaf395776c44a226434d65e0e9f88be91d27b (patch) | |
tree | 3578dd11cb2caf96ae70462145e1b0a7896fdc3d /compose | |
parent | Formatting (diff) |
Enable etags
Diffstat (limited to 'compose')
-rw-r--r-- | compose/nginx/nginx.conf | 2 |
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; |