Update symfony.conf.example

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

View File

@ -20,6 +20,8 @@ server {
fastcgi_split_path_info ^(.+\.php)(/.*)$;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
#fixes timeouts
fastcgi_read_timeout 600;
fastcgi_param HTTPS off;
}