Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add proxy_set_header #39

Closed
lihuimail opened this issue May 3, 2015 · 2 comments
Closed

Add proxy_set_header #39

lihuimail opened this issue May 3, 2015 · 2 comments
Labels
feature ⚙️ New feature or request

Comments

@lihuimail
Copy link

To make proxy more powerful,like ngnix:
proxy_set_header Custom-Header "my custom"

@mholt mholt added the feature ⚙️ New feature or request label May 3, 2015
@mholt
Copy link
Member

mholt commented May 3, 2015

This is a good idea. Maybe it could look like this:

proxy ... {
    header Header-Name "some value"
}

Would anyone like to work on this? Should be pretty easy.

@mholt
Copy link
Member

mholt commented May 3, 2015

Actually, hold up. I barely saw #40 which does this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature ⚙️ New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants