8000
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 37743a3 commit 4b40666Copy full SHA for 4b40666
salt/nginx/config/realip-nginx.jinja.conf
@@ -0,0 +1,4 @@
1
+# Real IP Configuration
2
+set_real_ip_from {{ pillar["psf_internal_network"] }};
3
+set_real_ip_from 127.0.0.1;
4
+real_ip_header X-Forwarded-For;
0 commit comments