Created
December 15, 2023 07:58
-
-
Save calvin-puram/8bd4d2b444c90df1fc9c432aab01dee2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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