jackbrycesmith / laravel-caprover-template

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

Nginx deployment #7

Closed faierbol closed 4 years ago

faierbol commented 4 years ago

Hi,

I am struggling to deploy my laravel app using this template, it works with caddy but i would like to use nginx. Any help will be much appreciated.

jackbrycesmith commented 4 years ago

Hi there,

I use caddy here as I find the syntax easier to understand. If you really want to use nginx, I reccomend you take a look at the following repo for the associated config: https://github.com/TrafeX/docker-php-nginx

Cheers