You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/20_install-script/25_proxy.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ If Caddy is your tool of choice, you can quickly set it up as a proxy with just
11
11
12
12
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.
13
13
14
-
## Server proxies
14
+
## Step 1: Set up proxy
15
15
16
16
<detailsmarkdown="1">
17
17
<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
142
142
143
143
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.
144
144
145
-
## Update embed script
145
+
## Step 2: Update embed script
146
146
147
147
The embed script should be changed into this:
148
148
@@ -173,7 +173,7 @@ But if you want, you can include it like this:
173
173
174
174
This will send all traffic via your proxy on the endpoint `/simple/...`.
175
175
176
-
## Automated events script
176
+
## Step 3: Automated events script (optional)
177
177
178
178
If you use the [automated events](/automated-events) script, make sure to update that script tag as well:
179
179
@@ -188,7 +188,7 @@ The full code will then become:
0 commit comments