From aaca25824c50a79d62ff98f1f6466535de28d54e Mon Sep 17 00:00:00 2001 From: 8ga Date: Fri, 7 Nov 2025 16:36:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E4=BD=BF=E7=94=A8OpenRest?= =?UTF-8?q?y=E5=8F=8D=E5=90=91=E4=BB=A3=E7=90=86.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 使用OpenResty反向代理.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/使用OpenResty反向代理.md b/使用OpenResty反向代理.md index 7aa9e65..692ea64 100644 --- a/使用OpenResty反向代理.md +++ b/使用OpenResty反向代理.md @@ -18,7 +18,7 @@ 用这玩意儿是因为它可以在 nginx.conf 里面写 Lua 脚本,提供了一系列的增强能力。 -##### nginx.conf +### nginx.conf ``` worker_processes auto; @@ -124,7 +124,7 @@ http { } ``` -##### /hook/request.log +### /hook/request.log ``` /hook/request.log { @@ -140,7 +140,7 @@ http { } ``` -##### docker-compose.yml +### docker-compose.yml ```yml version: "3.8"