From 9fd9ad339b127d94d44ea6c435cc72c4763b6168 Mon Sep 17 00:00:00 2001
From: Wonderfall <wonderfall@schrodinger.io>
Date: Wed, 13 Apr 2016 13:54:30 +0200
Subject: [PATCH] all(nginx): turn tcp_nodelay on

---
 owncloud/nginx.conf                   | 2 +-
 piwik/nginx.conf                      | 2 +-
 rainloop/nginx.conf                   | 2 +-
 rutorrent/rootfs/etc/nginx/nginx.conf | 2 +-
 zerobin/nginx.conf                    | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/owncloud/nginx.conf b/owncloud/nginx.conf
index c567bf9..44b95c8 100644
--- a/owncloud/nginx.conf
+++ b/owncloud/nginx.conf
@@ -20,7 +20,7 @@ http {
     keepalive_disable msie6;
     keepalive_requests 100;
     tcp_nopush on;
-    tcp_nodelay off;
+    tcp_nodelay on;
     server_tokens off;
 
     gzip on;
diff --git a/piwik/nginx.conf b/piwik/nginx.conf
index 3c43e61..e65fd04 100644
--- a/piwik/nginx.conf
+++ b/piwik/nginx.conf
@@ -20,7 +20,7 @@ http {
     keepalive_disable msie6;
     keepalive_requests 100;
     tcp_nopush on;
-    tcp_nodelay off;
+    tcp_nodelay on;
     server_tokens off;
     
     gzip on;
diff --git a/rainloop/nginx.conf b/rainloop/nginx.conf
index c2a7118..226bab9 100644
--- a/rainloop/nginx.conf
+++ b/rainloop/nginx.conf
@@ -20,7 +20,7 @@ http {
     keepalive_disable msie6;
     keepalive_requests 100;
     tcp_nopush on;
-    tcp_nodelay off;
+    tcp_nodelay on;
     server_tokens off;
     
     gzip on;
diff --git a/rutorrent/rootfs/etc/nginx/nginx.conf b/rutorrent/rootfs/etc/nginx/nginx.conf
index f1fd5d7..aad71c5 100644
--- a/rutorrent/rootfs/etc/nginx/nginx.conf
+++ b/rutorrent/rootfs/etc/nginx/nginx.conf
@@ -20,7 +20,7 @@ http {
     keepalive_disable msie6;
     keepalive_requests 100;
     tcp_nopush on;
-    tcp_nodelay off;
+    tcp_nodelay on;
     server_tokens off;
     
     gzip on;
diff --git a/zerobin/nginx.conf b/zerobin/nginx.conf
index e777a04..2a56015 100644
--- a/zerobin/nginx.conf
+++ b/zerobin/nginx.conf
@@ -20,7 +20,7 @@ http {
     keepalive_disable msie6;
     keepalive_requests 100;
     tcp_nopush on;
-    tcp_nodelay off;
+    tcp_nodelay on;
     server_tokens off;
     
     gzip on;