0

have tried adding client_max_body_size 200M; inside all the context http, server and location but still users are unable to upload a file of size 30 MB and receive the above 413 request entity error.is there something i'm missing?

novice
  • 21
  • 5
  • Have you "reload" Nginx? – Tan Hong Tat Aug 10 '16 at 05:41
  • reloaded and restarted but still no use.is there a bug or something like that in the version 1.4.6? . – novice Aug 10 '16 at 16:10
  • The nginx serves as the front-end reverse proxy and behind is the tomcat server that house confluence – novice Aug 11 '16 at 21:20
  • I thank all, the issue is resolved. I need to make a similar update in the backend Nginx server that runs in the same tomcat server serving for ssl encryption as configuring tomcat for ssl is somewhat cumbersome. – novice Aug 17 '16 at 23:43
  • @novice can you explain please how did you solve the problem? – Aboozar Rajabi Feb 16 '18 at 15:39
  • @Aboozar, we have two nGinx running, one serves as the reverse proxy front end and the other nGinx is actually running inside the application vm serving for ssl encryption so i need to make changes at both nGinx – novice Nov 27 '18 at 04:06
  • https://stackoverflow.com/a/61943622/7532917 Does this solve your problem – Jijo Cleetus Sep 12 '20 at 18:45

0 Answers0