Skip to content

Commit

Permalink
Revert "Edit PHP-FPM config for Arch."
Browse files Browse the repository at this point in the history
This reverts commit 719b2a5.
  • Loading branch information
jmarcher committed Dec 3, 2019
1 parent 759f3e4 commit af02f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Valet/PhpFpm.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public function fpmConfigPath()
'/etc/php/' . $this->version . '/fpm/pool.d', // Ubuntu
'/etc/php' . $this->version . '/fpm/pool.d', // Ubuntu
'/etc/php-fpm.d', // Fedora
'/etc/php' . str_replace('.', '', $this->version) . '/php-fpm.d', // Arch
'/etc/php/php-fpm.d', // Arch
'/etc/php7/fpm/php-fpm.d', // openSUSE
])->first(function ($path) {
return is_dir($path);
Expand Down

0 comments on commit af02f9c

Please sign in to comment.