update docs

This commit is contained in:
Luna 2024-02-16 02:13:37 -03:00
parent 7f8e86fbd8
commit 84ff7bd1b6
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ http {
# while the friction to quickly debug aproxy will also be increased
lua_code_cache off;
access_by_lua_block {
require("aproxy.main")()
require("aproxy.main").access()
}
proxy_http_version 1.1;