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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user