Open Rouzax opened 1 year ago
Trying to delete 900 torrents on my nginx config gets me
You can fix this by adding this to your config
client_header_buffer_size 64k;
large_client_header_buffers 4 64k;
(maybe adjust the size)
Another possible solution would be to use a POST request when deleting, so the torrent hashes go into the body instead of the head.
qBittorrent & operating system versions
qBittorent x64 4.5.4
What is the problem?
Selecting 133 torrent in the Web UI and pressing delete will instantly show delete dialog, selecting 134, and it will show the dialog but keeps loading when connecting through Reverse Proxy with nginx Have tested on Firefox and Chrome In the direct connected webgui and Windows GUI it works normally
Web https://github.com/qbittorrent/qBittorrent/assets/4103090/ec43b54d-c29c-4b4b-916f-e9b669c30bdf
Steps to reproduce
No response
Additional context
NGINX config
domain.conf
security.conf
proxy.conf
General.conf
Log(s) & preferences file(s)
No response