openresty / openresty/lua-nginx-module
nginx parameters/directives
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 11.8k
- Forks
- 2.1k
- Avg merge
- 6h 1m
- Merged PRs (30d)
- 6
Description
Hello,
Where can i find the list of parameters which can be defined or redefined in lua section?
for example:
http{
set $backend "" ;
rewrite_by_lua_block{
...
ngx.var.backend = address
...
}
proxy_pass $proxy_address
}
I want to know about proxy_cache_valid, proxy_ignore_client_abort, proxy_hide_header, proxy_set_header and etc...
Thanks for your answer)
sorry for my english skills
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the module documentation for rewrite_by_lua_block, ngx.var, and the listed proxy_* directives. Determine whether the requested directive compatibility is documented; done means the supported parameters and any limitations are clearly referenced, or the missing documentation scope is defined.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, nginx
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100