05f1aaf8e7
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190311183353-d8887717615a to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
nginx_auth | ||
nginx_grpc_2 | ||
nginx_https | ||
nginx_https_2 | ||
README.md |
README.md
Nginx samples
Nginx auth
Nginx serves as a proxy, and requires simple password to auth to access backend.
Nginx https
Nginx serves as a proxy, and terminates the ssl from client.
Nginx1 (ssl terminate) --> app
Nginx https 2
Nginx1 serves as a proxy, uses mutual tls to connect with nginx2, then nginx2 terminates the ssl from HTTP client.
Nginx1 (mutual tls) --> Nginx2 (ssl terminate) --> app
Nginx gRPC 2
Nginx1 serves as a proxy, uses mutual tls to connect with nginx2, then nginx2 terminates the ssl from a gRPC client.
Nginx1 (mutual tls) --> Nginx2 (ssl terminate) --> app