diff options
Diffstat (limited to 'support/nginx/peertube-https')
-rw-r--r-- | support/nginx/peertube-https | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support/nginx/peertube-https b/support/nginx/peertube-https index 1b9c40e7f..f46442835 100644 --- a/support/nginx/peertube-https +++ b/support/nginx/peertube-https | |||
@@ -23,6 +23,9 @@ server { | |||
23 | 23 | ||
24 | # For the video upload | 24 | # For the video upload |
25 | client_max_body_size 2G; | 25 | client_max_body_size 2G; |
26 | proxy_connect_timeout 600; | ||
27 | proxy_send_timeout 600; | ||
28 | proxy_read_timeout 600; | ||
26 | } | 29 | } |
27 | 30 | ||
28 | # Bypass PeerTube webseed route for better performances | 31 | # Bypass PeerTube webseed route for better performances |