Skip to content

Commit b702a35

Browse files
author
sam
committed
add minimum default to get fpm service works on FreeBSD
1 parent 8e1b990 commit b702a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/ng/map.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2937,7 +2937,7 @@
29372937
'fpm': {
29382938
'conf': '/usr/local/etc/php-fpm.conf',
29392939
'ini': '/usr/local/etc/php.ini',
2940-
'pools': '/usr/local/etc/fpm.d',
2940+
'pools': '/usr/local/etc/php-fpm.d',
29412941
'service': 'php-fpm',
29422942
'user': 'root',
29432943
'group': 'wheel',

0 commit comments

Comments
 (0)