-
-
Save zekgyn/314e99edba4ac0a62b2894c99b7d4ec6 to your computer and use it in GitHub Desktop.
Revisions
-
zekgyn renamed this gist
Oct 22, 2024 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ricardoaugusto created this gist
Mar 11, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ Edit the file php.ini (or PHP FPM if on Forge): ``` memory_limit = 512M post_max_size = 20M upload_max_filesize = 20M ``` Edit the nginx.config: ``` client_max_body_size 20M; ``` Restart nginx and PHP.