Skip to content

Commit 4f84ee1

Browse files
authored
Fix php-fpm unix socket in provision recipe (#2751)
Reference: https://caddyserver.com/docs/caddyfile/directives/php_fastcgi#examples
1 parent d28bb9f commit 4f84ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/provision/website.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
3131
root * $deployPath/current/$publicPath
3232
file_server
33-
php_fastcgi * unix/run/php/php$phpVersion-fpm.sock {
33+
php_fastcgi * unix//run/php/php$phpVersion-fpm.sock {
3434
\tresolve_root_symlink
3535
}
3636

0 commit comments

Comments
 (0)