-
Notifications
You must be signed in to change notification settings - Fork 227
Add headers if not set. #60
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
Comments
@SamMousa Patches welcome. BTW, such requirements can be easily and efficiently done via the ngx_http_lua module: https://github.com/openresty/lua-nginx-module/ That's why I'm reluctant to develop more and more such little things myself in this simple module. |
Another way to achieve that might be through a
Certainly, a short |
|
Currently this module adds support for a combined set/add which overwrites or adds a header, meaning the value of the header is always changed.
It would be great if it could also offer a set/skips function which sets if not present and skips otherwise.
The text was updated successfully, but these errors were encountered: