Skip to content

Commit 74fe7e6

Browse files
matthewzringkodster28
authored andcommitted
Update restoring-original-visitor-ips.mdx (#21491)
* Update restoring-original-visitor-ips.mdx * Update src/content/docs/support/troubleshooting/restoring-visitor-ips/restoring-original-visitor-ips.mdx --------- Co-authored-by: Kody Jackson <[email protected]>
1 parent 595c89c commit 74fe7e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/docs/support/troubleshooting/restoring-visitor-ips/restoring-original-visitor-ips.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ DenyAllButCloudFlare
212212
Use the [`ngx_http_realip_module` Nginx module](http://nginx.org/en/docs/http/ngx_http_realip_module.html) and the following configuration parameters:
213213

214214
```
215-
set_real_ip_from 192.0.2.1 (example IP address)
215+
#example IP address
216+
set_real_ip_from 192.0.2.1;
216217
217218
#use any of the following two
218219

0 commit comments

Comments
 (0)