Skip to content

Commit c0fa511

Browse files
Show easy steps
1 parent f9f66fa commit c0fa511

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_docs/20_install-script/25_proxy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If Caddy is your tool of choice, you can quickly set it up as a proxy with just
1111

1212
Setting up a proxy means no visitor IPs get to our servers. It’s an easy and effective step for protecting privacy. We highly recommend it if you can do it.
1313

14-
## Server proxies
14+
## Step 1: Set up proxy
1515

1616
<details markdown="1">
1717
<summary>Set up proxy in NGINX</summary>
@@ -142,7 +142,7 @@ Feel free to change `/simple` to something else. If you do, make sure to update
142142

143143
You can adapt this setup for other server configurations too. If you're using a server setup we haven't mentioned, let us know so we can add it to this documentation page.
144144

145-
## Update embed script
145+
## Step 2: Update embed script
146146

147147
The embed script should be changed into this:
148148

@@ -173,7 +173,7 @@ But if you want, you can include it like this:
173173

174174
This will send all traffic via your proxy on the endpoint `/simple/...`.
175175

176-
## Automated events script
176+
## Step 3: Automated events script (optional)
177177

178178
If you use the [automated events](/automated-events) script, make sure to update that script tag as well:
179179

@@ -188,7 +188,7 @@ The full code will then become:
188188
<script async src="https://example.com/auto-events.js"></script>
189189
```
190190

191-
## Validate your config
191+
## Step 4: Validate your config
192192

193193
After these changes you should be able to visit the script at `https://example.com/proxy.js`.
194194

0 commit comments

Comments
 (0)