Merge pull request #6169 from AndyHee/develop

Update nginx sample config
This commit is contained in:
Hypolite Petovan 2018-11-19 11:41:49 -05:00 committed by GitHub
commit 70e68449ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -127,6 +127,9 @@ server {
include fastcgi_params;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;
}
# block these file types