jackbrycesmith / laravel-caprover-template

Template to deploy a Laravel app in docker for CapRover
MIT License
127 stars 44 forks source link

Add php-fpm config with default for ease of customization #16

Open darr1s opened 3 years ago

darr1s commented 3 years ago

Hi, I suggest the repo to include the following line and let user to have the ability to customize fpm variables easily.

COPY ./.deploy/config/php-fpm/www.conf /usr/local/etc/php-fpm.d/www.conf

Btw, thanks for the repo.