Skip to content

Commit

Permalink
fix Caddyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Dec 31, 2023
1 parent 65005f8 commit 083a47c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/base/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
dns cloudflare {env.CF_API_TOKEN}
}

reverse_proxy xlog-internal.crossbell.svc:3000 {
reverse_proxy xlog-internal.crossbell.svc {
header_up x-forwarded-proto http
header_up X-Real-IP {remote_host}
header_up X-Forwarded-For {remote_host}
Expand All @@ -28,7 +28,7 @@
on_demand
}

reverse_proxy xlog-internal.crossbell.svc:3000 {
reverse_proxy xlog-internal.crossbell.svc {
header_up x-forwarded-proto http
header_up X-Real-IP {remote_host}
header_up X-Forwarded-For {remote_host}
Expand Down

0 comments on commit 083a47c

Please sign in to comment.