diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/nginx/peertube | 3 | ||||
-rw-r--r-- | support/nginx/peertube-https | 3 |
2 files changed, 6 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 |
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 |