mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 16:10:08 +01:00
Drop config files from new test layout
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@ composer.lock
|
||||
error.log
|
||||
.idea
|
||||
.phpunit.result.cache
|
||||
tests/conf.d
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user