Files
selig/caddy/Caddyfile.production

18 lines
303 B
Caddyfile

cmbabaseball.correa.co {
root * /var/www/html
@wp path_regexp wp ^/([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*)
handle @wp {
rewrite * {http.regexp.wp.2}
}
php_fastcgi wordpress:9000
file_server
}
chihounds.correa.co {
root * /var/www/html
php_fastcgi wordpress:9000
file_server
}