aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/nginx/peertube
diff options
context:
space:
mode:
Diffstat (limited to 'support/nginx/peertube')
-rw-r--r--support/nginx/peertube1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/nginx/peertube b/support/nginx/peertube
index a886fa359..fd3ff1534 100644
--- a/support/nginx/peertube
+++ b/support/nginx/peertube
@@ -154,6 +154,7 @@ server {
154 keepalive_timeout 10s; # default is 75 154 keepalive_timeout 10s; # default is 75
155 resolver_timeout 10s; # default is 30 155 resolver_timeout 10s; # default is 30
156 reset_timedout_connection on; 156 reset_timedout_connection on;
157 proxy_ignore_client_abort on;
157 158
158 tcp_nopush on; # send headers in one piece 159 tcp_nopush on; # send headers in one piece
159 tcp_nodelay on; # don't buffer data sent, good for small data bursts in real time 160 tcp_nodelay on; # don't buffer data sent, good for small data bursts in real time