openresty / openresty/lua-nginx-module

nginx parameters/directives

Open
#904 3 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.