Created
April 8, 2015 18:40
-
-
Save benhartwich/076bc5fde01c84e273c5 to your computer and use it in GitHub Desktop.
PHP FPM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[client folder] | |
listen = 127.0.0.1:9003 | |
listen.allowed_clients = 127.0.0.1 | |
user = username | |
group = group | |
listen.mode = 0660 | |
pm = dynamic | |
pm.max_children = 50 | |
pm.start_servers = 2 | |
pm.min_spare_servers = 1 | |
pm.max_spare_servers = 5 | |
chdir = / | |
php_admin_value[open_basedir] = /var/kunden/user/html:/usr/share/php5:tmp | |
php_admin_value[disable_functions] = dl,exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment