install.fairie/home/dot_local/etc/nginx/snippets/proxy-cups.conf

4 lines
135 B
Text
Raw Normal View History

2023-07-08 23:49:14 -07:00
proxy_set_header Host "127.0.0.1";
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forward-For $proxy_add_x_forwarded_for;