update docs
This commit is contained in:
parent
7f8e86fbd8
commit
84ff7bd1b6
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ http {
|
||||||
# while the friction to quickly debug aproxy will also be increased
|
# while the friction to quickly debug aproxy will also be increased
|
||||||
lua_code_cache off;
|
lua_code_cache off;
|
||||||
access_by_lua_block {
|
access_by_lua_block {
|
||||||
require("aproxy.main")()
|
require("aproxy.main").access()
|
||||||
}
|
}
|
||||||
|
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|
Loading…
Reference in a new issue