Skip to content

Commit e85227c

Browse files
author
Patrick M
committed
fix liquid error
1 parent 8dfe046 commit e85227c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2024-05-27-traefik-over-tailscale.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ I think this is a pretty standard config that will allow Traefik to configure Cl
7070

7171
```env
7272
# Enviornmental Variables file .env
73-
CF_API_EMAIL={{ Replace with cloudflare api email address }}
74-
CF_DNS_API_TOKEN={{ Replace with cloudflare api token }}
75-
WAN_HOSTNAME={{ This is to add a response header with the proxy hostname for debugging }}
73+
CF_API_EMAIL=<Replace with cloudflare api email address>
74+
CF_DNS_API_TOKEN=<Replace with cloudflare api token>
75+
WAN_HOSTNAME=<This is to add a response header with the proxy hostname for debugging>
7676
7777
TS_AUTHKEY={{ Tailscale auth token }}
7878
```

0 commit comments

Comments
 (0)