From 84ff7bd1b61842e21b4fb325e7123601b300f56d Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 16 Feb 2024 02:13:37 -0300 Subject: [PATCH] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02e33d7..2de4b84 100644 --- a/README.md +++ b/README.md @@ -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;