[nextcloud-web] Disable keepalive (seems to cause misbehaviors with Collabora Online
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nextcloud-web] Disable keepalive (seems to cause misbehaviors with Collabora Online
- Date: Wed, 6 Mar 2019 23:01:55 +0000 (UTC)
commit 55587638d57597ec34e09adc8530121f7d3b46e8
Author: Andrea Veri <averi redhat com>
Date: Thu Mar 7 00:01:32 2019 +0100
Disable keepalive (seems to cause misbehaviors with Collabora Online
nginx/nginx.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 5033641..70441b5 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -14,7 +14,7 @@ http {
sendfile on;
tcp_nopush on;
tcp_nodelay on;
- keepalive_timeout 65;
+ keepalive_timeout 0;
types_hash_max_size 2048;
server_tokens off;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]