initial commit

This commit is contained in:
2023-12-16 17:23:18 -06:00
commit 0df4f8540d
16 changed files with 254 additions and 0 deletions

15
caddy/Caddyfile Normal file
View File

@@ -0,0 +1,15 @@
cmbabaseball.localhost {
root * /var/www/cmbabaseball
php_fastcgi cmbabaseball:9000 {
root /var/www/html
}
file_server
}
chihounds.localhost {
root * /var/www/chihounds
php_fastcgi chihounds:9000 {
root /var/www/html
}
file_server
}