From f45bd51e3f99ab226da0591135de6b927e329e00 Mon Sep 17 00:00:00 2001 From: Stephon Parker Date: Tue, 13 Aug 2024 10:48:52 -0400 Subject: [PATCH] removing duplicate proxy refs Signed-off-by: Stephon Parker --- seafile.subdomain.conf.sample | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/seafile.subdomain.conf.sample b/seafile.subdomain.conf.sample index 8ae92ad..06a7148 100644 --- a/seafile.subdomain.conf.sample +++ b/seafile.subdomain.conf.sample @@ -32,10 +32,9 @@ server { rewrite ^/seafhttp(.*)$ $1 break; proxy_pass http://seafile:8082; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - client_max_body_size 0; - proxy_connect_timeout 36000s; - proxy_read_timeout 36000s; proxy_request_buffering off; + + client_max_body_size 0; } }