removing duplicate proxy refs

Signed-off-by: Stephon Parker <sgparker62@gmail.com>
This commit is contained in:
Stephon Parker 2024-08-13 10:48:52 -04:00
commit f45bd51e3f
No known key found for this signature in database

View file

@ -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;
}
}