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 c6a71ce commit 76ba30bCopy full SHA for 76ba30b
1 file changed
src/package/fpm.php
@@ -18,7 +18,7 @@ public function getFpmConfig(): array
18
],
19
'files' => [
20
INI_PATH . '/php-fpm.conf' => '/etc/php-zts-fpm.conf',
21
- INI_PATH . '/www.conf' => '/etc/php-zts-fpm.d/conf',
+ INI_PATH . '/www.conf' => '/etc/php-zts-fpm.d/www.conf',
22
BUILD_BIN_PATH . '/php-fpm' => '/usr/sbin/php-zts-fpm',
23
24
'empty_directories' => [
0 commit comments