increase client_max_body_size directive, for jupyter-hub at least
We see an error "entity too large" sometimes when saving a big file in Jupyter. It should be solved by adding a directive to nginx to increase the max allowed body size.
client_max_body_size
There is already a similar header for the /pkm. Adding this to /jupyter-hub should work
Edited by Miguel Ángel Jaén Gómez