From b992f8a1a91cda4740a9fd846b3b7bfb5ee4724c Mon Sep 17 00:00:00 2001 From: Stephon Parker Date: Tue, 13 Aug 2024 10:47:38 -0400 Subject: [PATCH] removing duplicate proxy version Signed-off-by: Stephon Parker --- seafile.subdomain.conf.sample | 1 - 1 file changed, 1 deletion(-) diff --git a/seafile.subdomain.conf.sample b/seafile.subdomain.conf.sample index f2b115d..8ae92ad 100644 --- a/seafile.subdomain.conf.sample +++ b/seafile.subdomain.conf.sample @@ -22,7 +22,6 @@ server { proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Connection ""; - proxy_http_version 1.1; client_max_body_size 0; }