summarylogtreecommitdiffstats
path: root/Caddyfile-example
diff options
context:
space:
mode:
authorStetsed2022-10-26 17:45:52 +0200
committerStetsed2022-10-26 17:45:52 +0200
commit1cd09011aff70bb20f20ad7ba15d312b788247a1 (patch)
tree9f460179a323005caef9c21681a1788a822ca70d /Caddyfile-example
parent4bf949aff799454dd19a9c38b6085e468dcaac72 (diff)
downloadaur-1cd09011aff70bb20f20ad7ba15d312b788247a1.tar.gz
2.6.2
Diffstat (limited to 'Caddyfile-example')
-rw-r--r--Caddyfile-example6
1 files changed, 3 insertions, 3 deletions
diff --git a/Caddyfile-example b/Caddyfile-example
index 8c5469ee8c20..4e6033ff96b2 100644
--- a/Caddyfile-example
+++ b/Caddyfile-example
@@ -1,16 +1,16 @@
# For the "reverse-proxy with auto TLS certificate", add entries as follows.
-# Don't forget to set `NJALLA_TOKEN`, e.g., in /var/lib/caddy/envfile
+# Don't forget to set `HETZNER_TOKEN`, e.g., in /var/lib/caddy/envfile
#
# example.com {
# reverse_proxy localhost:8080
# tls {
-# dns njalla {env.NJALLA_TOKEN}
+# dns hetzner {env.HETZNER_TOKEN}
# }
# }
#
# example.net {
# reverse_proxy localhost:8800
# tls {
-# dns njalla {env.NJALLA_TOKEN}
+# dns hetzner {env.HETZNER_TOKEN}
# }
# }