1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-07 09:10:03 +01:00

Point PHP-FPM error_log to user directory

Old: `/usr/local/var/log/php-fpm.log`
New: `~/.config/valet/Log/php-fpm.log`

(We already put `~/.config/valet/Log/nginx-error.log` there)

This avoids ARM Mac differences in directory paths.
This commit is contained in:
Chris Brown
2020-11-23 09:21:55 -05:00
parent 81dcdbb960
commit ce0999f8cd
3 changed files with 20 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ listen.mode = 0777
;php_admin_value[upload_max_filesize] = 128M
;php_admin_value[post_max_size] = 128M
;php_admin_value[error_log] = VALET_HOME_PATH/Log/fpm-php.www.log
;php_admin_value[error_log] = VALET_HOME_PATH/Log/php-fpm.log
;php_admin_flag[log_errors] = on