Skip to content

Instantly share code, notes, and snippets.

@dgoguerra
Created April 12, 2018 16:57
Show Gist options
  • Save dgoguerra/e5c80189d99389c514a1c62d20096119 to your computer and use it in GitHub Desktop.
Save dgoguerra/e5c80189d99389c514a1c62d20096119 to your computer and use it in GitHub Desktop.
php-fpm + nginx config to increase max upload size

Server’s PHP FPM configuration (through Forge):

upload_max_filesize = 20M
post_max_size = 20M

Site’s Nginx configuration (through Forge):

client_max_body_size 20m;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment