XBackBone
XBackBone copied to clipboard
client_max_body_size is hard set to 2G inside default.conf
Hi, I am not sure if this is already "solved", but I found that inside /config/nginx/site-confs/default.conf there is a option for server _;
client_max_body_size 2G;
This will make xbackbone throw a 413 even though the limit was set higher than this inside of the php config (and even in the nginx.conf)
I changed it to my limit and fixed my issue
OH, sorry. This git is the actual backbone app itself. My container is the linuxserver.io docker so ill redirect this to them