davidzollo commented on issue #13685:
URL: 
https://github.com/apache/dolphinscheduler/issues/13685#issuecomment-1465690160

   1,edit the conf file of nginx:
   vi /etc/nginx/nginx.conf
   add a line in the http, server or location section:
   
   `client_max_body_size 100M;`
   
   2, Doen't use MB it will not work, only the M!
   
   3, Also do not forget to restart nginx
   systemctl restart nginx
   
   for detail messages, you can refer to the stackoverflow[1]
   
   1, 
https://stackoverflow.com/questions/24306335/413-request-entity-too-large-file-upload-issue


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to