We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c959f commit c4f02c9Copy full SHA for c4f02c9
src/content/docs/support/troubleshooting/restoring-visitor-ips/restoring-original-visitor-ips.mdx
@@ -212,7 +212,8 @@ DenyAllButCloudFlare
212
Use the [`ngx_http_realip_module` Nginx module](http://nginx.org/en/docs/http/ngx_http_realip_module.html) and the following configuration parameters:
213
214
```
215
-set_real_ip_from 192.0.2.1; #example IP address
+#example IP address
216
+set_real_ip_from 192.0.2.1;
217
218
#use any of the following two
219
0 commit comments