Skip to content

Commit

Permalink
Merge pull request #78 from sunray97/patch-1
Browse files Browse the repository at this point in the history
Update 2-nginx网关.md
  • Loading branch information
Mikaelemmmm authored Aug 25, 2022
2 parents d826b6f + bfa1abd commit 4fbe92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/chinese/2-nginx网关.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ api被很多同学理解成了网关,实际意义上来说当你的项目在

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

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

```conf
server{
Expand Down

0 comments on commit 4fbe92e

Please sign in to comment.