mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-24 22:45:56 +03:00
[GH-ISSUE #981] Unable to use different domains for web GUI and pings? #685
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#685
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pro-sumer on GitHub (Mar 27, 2024).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/981
Until recently I was using the single domain old.domain.tld for both the web GUI and for pings, but now I want to split this up:
This is what I'm trying:
Caddyfile:
.env.production:
This works:
This fails:
What am I doing wrong?
@cuu508 commented on GitHub (Mar 28, 2024):
Where are the ping requests landing? Do you see them in healthchecks_web container's logs?
@pro-sumer commented on GitHub (Mar 28, 2024):
Figured it out thanks to this post:
So this fixes it: