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

4 lines
135 B
Text
Raw Normal View History

2023-07-09 06:49:14 +00: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;