implemented multisite

This commit is contained in:
2024-01-13 15:31:50 -06:00
parent 5cee959904
commit 39dc7800d9
29 changed files with 348724 additions and 200 deletions

View File

@@ -0,0 +1,18 @@
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
}