reverse proxy -- flags
naggie opened this issue · 1 comments
naggie commented
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