aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/nginx/peertube
diff options
context:
space:
mode:
Diffstat (limited to 'support/nginx/peertube')
-rw-r--r--support/nginx/peertube3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/nginx/peertube b/support/nginx/peertube
index f7db3eea3..8120738f6 100644
--- a/support/nginx/peertube
+++ b/support/nginx/peertube
@@ -10,6 +10,9 @@ server {
10 10
11 # For the video upload 11 # For the video upload
12 client_max_body_size 2G; 12 client_max_body_size 2G;
13 proxy_connect_timeout 600;
14 proxy_send_timeout 600;
15 proxy_read_timeout 600;
13 } 16 }
14 17
15 # Bypass PeerTube webseed route for better performances 18 # Bypass PeerTube webseed route for better performances