Quantcast
Channel: Nginx Forum - Other discussion
Viewing all articles
Browse latest Browse all 972

Problem with modify request header

$
0
0
When do I try to use proxy_set_header for modify request header nothing happens. I don't understand why.
I use proxy_set_header in location context

location ~* /GadgetServices {
proxy_pass https://csw_backend_upstream;
proxy_no_cache 1;
proxy_cache_bypass 1;

proxy_set_header X-UWF-FinesseHost "server_name:8445";

add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload";
}

Viewing all articles
Browse latest Browse all 972


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>