summaryrefslogtreecommitdiffhomepage
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/nginx.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf
index d48255033..441fd0cfe 100644
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -15,7 +15,10 @@ http {
include conf/mime.types;
default_type application/octet-stream;
- sendfile on;
+ sendfile on;
+ # tcp_nodelay on;
+
+ # keepalive_timeout 0;
#gzip on;