Moved to caddy and docker for local dev
This commit is contained in:
parent
c3e81ce6ea
commit
af6b2b752e
5 changed files with 36 additions and 50 deletions
6
deploy/local-testing/Caddyfile
Normal file
6
deploy/local-testing/Caddyfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
:80 {
|
||||
root * /app/public
|
||||
encode gzip
|
||||
php_fastcgi php-fpm:9000
|
||||
file_server
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue