更新 使用OpenResty反向代理.md
This commit is contained in:
parent
60254aba55
commit
aaca25824c
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user