Skip to content

Commit

Permalink
proxy: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikvtcodes committed Dec 22, 2023
1 parent da78cdc commit f40f8a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker/proxy/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ auth.{env.ROOT_DOMAIN} {
}

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

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

0 comments on commit f40f8a1

Please sign in to comment.