aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-11-20 11:19:23 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-11-27 19:40:52 +0100
commit7e9334c34db23e5ad1e118151b24c720dd985984 (patch)
tree154f5d1db44ff652b793d8e0b7dc1b00a3ddaec1 /support
parent892211e8493b1f992fce7616cb1e48b7ff87a1dc (diff)
downloadPeerTube-7e9334c34db23e5ad1e118151b24c720dd985984.tar.gz
PeerTube-7e9334c34db23e5ad1e118151b24c720dd985984.tar.zst
PeerTube-7e9334c34db23e5ad1e118151b24c720dd985984.zip
Add ability to unfollow a server
Diffstat (limited to 'support')
-rw-r--r--support/nginx/peertube3
-rw-r--r--support/nginx/peertube-https3
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