You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by "davidzollo (via GitHub)" <gi...@apache.org> on 2023/03/13 08:15:01 UTC

[GitHub] [dolphinscheduler] davidzollo commented on issue #13685: Saving workflow definition leads to status code 413 - request entity too large

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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org