split sites

This commit is contained in:
2024-12-19 17:24:35 +01:00
parent 91c9d81ab0
commit 8381aec8da
3 changed files with 7 additions and 5 deletions

6
caddy/sites/auth.caddy Normal file
View File

@@ -0,0 +1,6 @@
auth.{$SUBDOMAIN}.{$DOMAIN} {
route {
authenticate with myportal
}
}

View File

@@ -7,8 +7,3 @@ test.{$SUBDOMAIN}.{$DOMAIN} {
reverse_proxy host:12345
}
auth.{$SUBDOMAIN}.{$DOMAIN} {
route {
authenticate with myportal
}
}