1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 00:20:08 +01:00

Comment out memory limits so other configs take precedence

This commit is contained in:
Chris Brown
2019-12-23 17:34:54 -05:00
committed by GitHub
parent edbc4fc0d3
commit b5c8257b86

View File

@@ -8,10 +8,10 @@ listen.owner = VALET_USER
listen.group = staff
listen.mode = 0777
php_admin_value[memory_limit] = 128M
php_admin_value[upload_max_filesize] = 128M
php_admin_value[post_max_size] = 128M
# when uncommented, these values will take precedence over settings declared elsewhere
;php_admin_value[memory_limit] = 128M
;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_flag[log_errors] = on