Skip to content

Instantly share code, notes, and snippets.

@calvin-puram
Created December 15, 2023 07:58
Show Gist options
  • Save calvin-puram/8bd4d2b444c90df1fc9c432aab01dee2 to your computer and use it in GitHub Desktop.
Save calvin-puram/8bd4d2b444c90df1fc9c432aab01dee2 to your computer and use it in GitHub Desktop.
Create this folder tree on each of your app
.platform
nginx
conf.d
client_max_body_size.conf
Then in client_max_body_size.conf file add this
client_max_body_size 500M;
Then push your code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment