Skip to content

Commit ea8b371

Browse files
committed
conf: change comment char to ; for php
1 parent 1edb1eb commit ea8b371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/fpm-gromox.conf.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ pm.max_spare_servers = 20
1313
catch_workers_output = yes
1414
php_admin_value[error_log] = /var/log/gromox/php-fpm.log
1515
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.
16+
; Some distros may default to a directory that is not writable by user=gromox
17+
; Reset it back.
1818
php_admin_value[session.save_path] = /var/tmp/gromox-fpm

0 commit comments

Comments
 (0)