use env vars for subdomain and domain in caddy
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
rik.veenboer.xyz \
|
||||
*.rik.veenboer.xyz \
|
||||
{$SUBDOMAIN}.{$DOMAIN} \
|
||||
*.{$SUBDOMAIN}.{$DOMAIN} \
|
||||
{
|
||||
handle_path /test/* {
|
||||
reverse_proxy host:12345
|
||||
|
||||
Reference in New Issue
Block a user