Score:0

can nginx block incoming headers as reverse proxy / uwsgi client

de flag

I am using nginx and would like to block certain incoming headers, such, that

  • uwsgi never receives these headers
  • a server / service that I proxy to will not receive them

How can I achieve this

Score:0
jp flag

You can hide a request header with proxy_set_header directive.

proxy_set_header Accept-Encoding "";
gelonida avatar
de flag
Thanks. will this also work for uwsgi?
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.