Skip to content

Commit

Permalink
change order of directives
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikvtcodes committed Dec 22, 2023
1 parent 114bf43 commit 5d982a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/proxy/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ servers {
metrics
}

# Uptime Kuma
{env.STATUS_PAGE_DOMAIN} {
reverse_proxy uptime:3001
}

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

# Uptime Kuma
{env.STATUS_PAGE_DOMAIN} {
reverse_proxy uptime:3001
}

# Git (Forgejo/Gitea - not sure which as of yet)
{env.GIT_DOMAIN} {
reverse_proxy git:3000
Expand Down

0 comments on commit 5d982a8

Please sign in to comment.