From 7e9334c34db23e5ad1e118151b24c720dd985984 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 20 Nov 2017 11:19:23 +0100 Subject: Add ability to unfollow a server --- support/nginx/peertube | 3 +++ support/nginx/peertube-https | 3 +++ 2 files changed, 6 insertions(+) (limited to 'support') 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 { # For the video upload client_max_body_size 2G; + proxy_connect_timeout 600; + proxy_send_timeout 600; + proxy_read_timeout 600; } # 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 { # For the video upload client_max_body_size 2G; + proxy_connect_timeout 600; + proxy_send_timeout 600; + proxy_read_timeout 600; } # Bypass PeerTube webseed route for better performances -- cgit v1.2.3