summarylogtreecommitdiffstats
path: root/Caddyfile-example
diff options
context:
space:
mode:
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}
# }
# }