What type of hardware are you using: VPS bought online What YunoHost version are you running: 12.07 What app is this about: stirling-pdf
Describe your issue
When we try to make some operations with stirling-pdf, the message " Error HTTP error! status: 413 " is displayed. On the official site ( Stirling PDF ) there is no problem. I found that is maybe the “upload size for NGINX” .
I think the solution is perhaps at the end of this page ( faq : GitHub - Stirling-Tools/Stirling-PDF: #1 Locally hosted web application that allows you to perform various operations on PDF files ) but I don’t now how make the changes on nginx ( domain or on the sub-domain where is the app installed ).
The correction can perhaps be a part of the next update of the app ?
I added in the stirling configuration file ( in the sub directory where sterling is installed ) the line “client_max_body_size 10M; # Increase limit to 10MB” and it works now.
client_max_body_size 10M; # Increase limit to 10MB
( change 10M with your value )
and no need to restart just
nginx -s reload
I’m not an expert and I don’t now if it is a good idea to change to 10M ( the file with error that I tried was 1,1M ), perhaps change to 5M ?
I let the devs discuss for the “ideal” size and then perhaps put it by default on the install off stirling ?