Created
July 10, 2013 18:07
-
-
Save coreyp1/5968649 to your computer and use it in GitHub Desktop.
NGINX upload_progress configuration file, to be placed in /etc/nginx/conf.d
This file contains 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
## From http://drupal.org/project/filefield_nginx_progress | |
## Define a zone named uploads with a 1MB size. | |
upload_progress uploads 1m; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment