We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1edb1eb commit ea8b371Copy full SHA for ea8b371
data/fpm-gromox.conf.sample
@@ -13,6 +13,6 @@ pm.max_spare_servers = 20
13
catch_workers_output = yes
14
php_admin_value[error_log] = /var/log/gromox/php-fpm.log
15
php_admin_value[memory_limit] = 256M
16
-# Some distros may default to a directory that is not writable by user=gromox
17
-# Reset it back.
+; Some distros may default to a directory that is not writable by user=gromox
+; Reset it back.
18
php_admin_value[session.save_path] = /var/tmp/gromox-fpm
0 commit comments