Update app.conf.example

This commit is contained in:
Yu-Lung Shao (Allen) 2018-02-26 15:47:45 +08:00 committed by GitHub
parent 91d202dff4
commit dd751c56b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ server {
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
#fixes timeouts
fastcgi_read_timeout 600;
include fastcgi_params;
}