Skip to content

Commit

Permalink
Merge pull request #894 from drbyte/patch-1
Browse files Browse the repository at this point in the history
php config comments must only use semicolons, not hash symbols
  • Loading branch information
mattstauffer authored Jan 6, 2020
2 parents d90be6c + d39ac0c commit a0df274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/stubs/etc-phpfpm-valet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ listen.owner = VALET_USER
listen.group = staff
listen.mode = 0777

# when uncommented, these values will take precedence over settings declared elsewhere
;; When uncommented, the following 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
Expand Down

0 comments on commit a0df274

Please sign in to comment.