Uploading Files into APP, Maximum upload size exceeded

Hi,

I am using Shiny Proxy 0.7.0 (default setup incl. niginx for ssl), now I woul like to upload files into an shiny app.

Always receive “Maximum upload size exceeded”

Nginx changes:
client_max_body_size 50M;

Hi @sky,

Thanks for your question (and answer).

The default value of client_max_body_size is 1M indeed as per

http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size

Best,
Tobias

P.S. In the mean time we are at version 0.7.8, see http://www.shinyproxy.io/downloads/ for the new features.

Hi Tobias,

thanks for your help, I update my configuration.