更新 使用OpenResty反向代理.md

This commit is contained in:
8ga 2025-11-07 16:36:59 +08:00
parent 60254aba55
commit aaca25824c

View File

@ -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"