-
-
Save f1r3starter/2f57aa7f4dbc1495593d to your computer and use it in GitHub Desktop.
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
listen = 10.60.20.58:9005 | |
listen.allowed_clients = 127.0.0.1,10.60.20.58 | |
user = www | |
group = www | |
pm = dynamic | |
pm.max_children = 20 | |
pm.start_servers = 5 | |
pm.min_spare_servers = 3 | |
pm.max_spare_servers = 10 | |
pm.max_requests = 1000 | |
;chroot = /var/www/orakul.com | |
chroot = /var/www | |
php_admin_value[upload_tmp_dir] = /tmp | |
php_admin_value[memory_limit] = 128M | |
;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f [email protected] | |
php_flag[display_errors] = off | |
php_admin_value[error_log] = /var/log/fpm-php.www.log | |
;php_admin_flag[log_errors] = on | |
;php_admin_value[memory_limit] = 32M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment