client_max_body_size 0; <----------------------- This line here
server_name lanraragi.[REDACTED].net;
return 301 https://$host$request_uri;
index index.php index.html index.htm;
server_name lanraragi.[REDACTED].net;
client_max_body_size 0; <----------------------- And this line here
proxy_pass http://0.0.0.0:3000;
<----- The two following lines are needed for batch tagger support with SSL ----->
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;