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

Drop config files from new test layout

This commit is contained in:
Matt Stauffer
2022-03-12 00:24:53 -05:00
parent 5aa253ad6d
commit c5903eed63
3 changed files with 1 additions and 15 deletions

View File

@@ -1,5 +0,0 @@
; php-fpm error logging directives
error_log="/Users/mattstauffer/.config/valet/Log/php-fpm.log"
log_errors=on
log_level=debug

View File

@@ -1,10 +0,0 @@
; Max memory per instance
memory_limit = 512M
;The maximum size of an uploaded file.
upload_max_filesize = 512M
; Sets max size of post data allowed.
; Changes to this will also need to be reflected in Nginx with client_max_body_size
; This setting also affects file upload. To upload large files, this value must be larger than upload_max_filesize
post_max_size = 512M