split sites
This commit is contained in:
6
caddy/sites/auth.caddy
Normal file
6
caddy/sites/auth.caddy
Normal file
@@ -0,0 +1,6 @@
|
||||
auth.{$SUBDOMAIN}.{$DOMAIN} {
|
||||
route {
|
||||
authenticate with myportal
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,8 +7,3 @@ test.{$SUBDOMAIN}.{$DOMAIN} {
|
||||
reverse_proxy host:12345
|
||||
}
|
||||
|
||||
auth.{$SUBDOMAIN}.{$DOMAIN} {
|
||||
route {
|
||||
authenticate with myportal
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user