Update sample-nginx.config

Added buffers and buffer size
This commit is contained in:
Andy H 2018-11-19 23:26:34 +07:00 committed by GitHub
parent 735cb7c6c1
commit 80a990a7d5
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