shell-things/etc/nginx/conf.d/rproxy.conf.nginx

3 lines
102 B
Plaintext
Raw Normal View History

2023-05-18 10:33:33 +02:00
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;