Skip to content

Commit 4fbe92e

Browse files
authored
Merge pull request #78 from sunray97/patch-1
Update 2-nginx网关.md
2 parents d826b6f + bfa1abd commit 4fbe92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/chinese/2-nginx网关.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ api被很多同学理解成了网关,实际意义上来说当你的项目在
1818

1919
![nginx-svc](./images/2/nginx-gateway.jpg)
2020

21-
本项目中实际也使用了nginx做为网关,使用nginx的auth_request模块作为统一鉴权,业务内部不做鉴权(设计到资产的最好业务内部做二次鉴权,主要多一层安全),nginx的网关配置在项目的deploy/nginx/conf.d/looklook-gateway.conf
21+
本项目中实际也使用了nginx做为网关,使用nginx的auth_request模块作为统一鉴权,业务内部不做鉴权(涉及到资产的最好业务内部做二次鉴权,主要多一层安全),nginx的网关配置在项目的deploy/nginx/conf.d/looklook-gateway.conf
2222

2323
```conf
2424
server{

0 commit comments

Comments
 (0)