Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit b55b6cd

Browse files
authored
Update nginx.conf
Added large_client_header_buffers 4 16k; as without the default is 1K. This causes 414 errors /w qbittorent and liekly some other containers. Noticable when trying to move 100+ torrents at once.
1 parent d6cc6a3 commit b55b6cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

root/defaults/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ http {
2222
keepalive_timeout 65;
2323
types_hash_max_size 2048;
2424
variables_hash_max_size 2048;
25+
large_client_header_buffers 4 16k;
2526

2627
# server_tokens off;
2728

0 commit comments

Comments
 (0)