naggie/nginx-https-base

reverse proxy -- flags

naggie opened this issue · 1 comments

Some options that are only sometimes needed to get reverse proxying to work correctly.

force_proxy_referer sets
proxy_set_header Referer https://$proxy_host;
force_proxy_host sets
proxy_set_header Host $proxy_host;

Another possible flag sub_filter_host

#16 automates this, but in a secure way