diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-11-20 11:19:23 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-11-27 19:40:52 +0100 |
commit | 7e9334c34db23e5ad1e118151b24c720dd985984 (patch) | |
tree | 154f5d1db44ff652b793d8e0b7dc1b00a3ddaec1 /support/nginx/peertube-https | |
parent | 892211e8493b1f992fce7616cb1e48b7ff87a1dc (diff) | |
download | PeerTube-7e9334c34db23e5ad1e118151b24c720dd985984.tar.gz PeerTube-7e9334c34db23e5ad1e118151b24c720dd985984.tar.zst PeerTube-7e9334c34db23e5ad1e118151b24c720dd985984.zip |
Add ability to unfollow a server
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 |