mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 06:13:33 +01:00
Config doesn't wanna work #8
Reference in New Issue
Block a user
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 @zQueal on GitHub (Sep 16, 2024).
Used a bogus hostname for privacy sake, but as you can see the cloudflare proxy is correctly configured. I'm able to run the proxy and get no real errors, but when I attempt to load the domain the server kinda hangs and I eventually get a load of errors;
The errors persist several times per second until I manually kill the proxy.
===========================
My
config.yml:And then
dev.yml:Am I missing something stupid?
@yusing commented on GitHub (Sep 16, 2024):
Hi, please provide your docker compose file as well.
@zQueal commented on GitHub (Sep 16, 2024):
I'm not using docker--I build with go and I'm just running it as a compostable server.
@zQueal commented on GitHub (Sep 16, 2024):
Looks like perhaps caddy didn't gracefully terminate which left a hanging process that occupied
:80.@yusing commented on GitHub (Sep 16, 2024):
Great to hear your issue is resolved.