crazy-max / docker-rtorrent-rutorrent

rTorrent and ruTorrent Docker image
MIT License
483 stars 107 forks source link

Added XMLRPC_SIZE_LIMIT as a global option #107

Closed mhriemers closed 3 years ago

mhriemers commented 3 years ago

By default, NGINX only allows body's of 1M. Currently, there is a setting in the .rtorrent.rc file for XMLRPC size limit, which is only effective below 1M because above 1M, NGINX steps in and disallows the request with error 413 Request Entity Too Large.