Skip to content

Commit 899b283

Browse files
authored
fix: pid file was set to log file path (#1146)
## Summary The PID file was set to the log file path. Signed-off-by: Joyce Babu <[email protected]>
1 parent 5d40418 commit 899b283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/php.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"env": {
1111
"PHPFPM_ERROR_LOG_FILE": "{{ .Virtenv }}/php-fpm.log",
12-
"PHPFPM_PID_FILE": "{{ .Virtenv }}/php-fpm.log",
12+
"PHPFPM_PID_FILE": "{{ .Virtenv }}/php-fpm.pid",
1313
"PHPFPM_PORT": "8082",
1414
"PHPRC": "{{ .DevboxDir }}"
1515
},

0 commit comments

Comments
 (0)