Prepare for deploy

This commit is contained in:
Michel 2024-11-05 20:05:05 +01:00
parent d6ebf8f4ff
commit cc8182b506
5 changed files with 30 additions and 0 deletions

6
deploy/Caddyfile Normal file
View file

@ -0,0 +1,6 @@
:80 {
root * /app/public
encode gzip
php_fastcgi php-fpm:9000
file_server
}