diff options
Diffstat (limited to 'conf/nginx.conf')
| -rw-r--r-- | conf/nginx.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf index 441fd0cfe..ffe1bf626 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -16,9 +16,9 @@ http { default_type application/octet-stream; sendfile on; - # tcp_nodelay on; + #tcp_nodelay on; - # keepalive_timeout 0; + #keepalive_timeout 0; #gzip on; |
