fix: make sure to not brick my reverse proxy
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8d7aea6894
commit
9087b75d5b
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user