Skip to content
Snippets Groups Projects
Commit 3ff9d214 authored by Marius Cramer's avatar Marius Cramer
Browse files

Merge branch 'master' into 'master'

FS#3251 - Add fcgi parameters to apps vhost

See merge request !237
parents 796661c5 2ab008c0
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,5 @@ PHPRC=/etc/php/cgi-php5/
export PHPRC
export PHP_FCGI_MAX_REQUESTS=5000
export PHP_FCGI_CHILDREN=1
exec /usr/bin/php-cgi -d magic_quotes_gpc=off
\ No newline at end of file
export PHP_FCGI_MAX_REQUESTLEN=15728640
exec /usr/bin/php-cgi -d magic_quotes_gpc=off
......@@ -3,6 +3,7 @@ PHPRC={fastcgi_phpini_path}
export PHPRC
export PHP_FCGI_MAX_REQUESTS=5000
export PHP_FCGI_CHILDREN=1
export PHP_FCGI_MAX_REQUESTLEN=15728640
exec {fastcgi_bin} -d \
-d disable_classes= \
-d disable_functions= \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment