initial commit
This commit is contained in:
15
caddy/Caddyfile
Normal file
15
caddy/Caddyfile
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user