Skip to content

Commit

Permalink
try some other stuff for caddy
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikvtcodes committed Dec 22, 2023
1 parent 5d982a8 commit d5ad9f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/proxy/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ACME_EMAIL=
CF_API_TOKEN=

# Domains
ROOT_DOMAIN=orangeunilabs.com
AUTH_DOMAIN=auth.orangeunilabs.com
GIT_DOMAIN=git.orangeunilabs.com
STATUS_PAGE_DOMAIN=status.orangeunilabs.com
2 changes: 1 addition & 1 deletion docker/proxy/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ servers {
}

# Authentik
{env.AUTH_DOMAIN} {
auth.{env.ROOT_DOMAIN} {
reverse_proxy auth:9000
}

Expand Down

0 comments on commit d5ad9f8

Please sign in to comment.