fix: make sure to not brick my reverse proxy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2025-01-13 19:58:16 +01:00
parent 8d7aea6894
commit 9087b75d5b
Signed by: kjuulh
SSH Key Fingerprint: SHA256:RjXh0p7U6opxnfd3ga/Y9TCo18FYlHFdSpRIV72S/QM

View File

@ -1,4 +1,4 @@
@${name}-node ${replace(name, "_", "-")}.nodes.i.kjuulh.io
handle ${name}-node {
reverse-proxy ${split("/", ip)[0]}:80
handle @${name}-node {
reverse_proxy ${split("/", ip)[0]}:80
}