diff --git a/docs/docs/admin/environments/nginx.mdx b/docs/docs/admin/environments/nginx.mdx index 0d51d75..ec961cd 100644 --- a/docs/docs/admin/environments/nginx.mdx +++ b/docs/docs/admin/environments/nginx.mdx @@ -79,6 +79,10 @@ server { root "/srv/http/anubistest.techaro.lol"; index index.html; + # Get the visiting IP from the TLS termination server + set_real_ip_from unix:; + real_ip_header X-Real-IP; + # Your normal configuration can go here # location .php { fastcgi...} etc. }