summaryrefslogtreecommitdiff
path: root/config/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/nginx.conf')
-rw-r--r--config/nginx.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/nginx.conf b/config/nginx.conf
index bd4770b..385f28f 100644
--- a/config/nginx.conf
+++ b/config/nginx.conf
@@ -1,5 +1,5 @@
1worker_processes auto; 1worker_processes auto;
2pid /tmp/nginx.pid; 2pid /tmpfs/nginx.pid;
3include /etc/nginx/modules-enabled/*.conf; 3include /etc/nginx/modules-enabled/*.conf;
4 4
5events { 5events {
@@ -13,7 +13,6 @@ http {
13 # Basic Settings 13 # Basic Settings
14 ## 14 ##
15 15
16 sendfile on;
17 tcp_nopush on; 16 tcp_nopush on;
18 tcp_nodelay on; 17 tcp_nodelay on;
19 keepalive_timeout 65; 18 keepalive_timeout 65;