Skip to content

Commit 76e4d03

Browse files
committed
Added Nginx Recipe Redirect
1 parent 7ba31d2 commit 76e4d03

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

registry/recipes/nginx.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
description: Restricting access to your registry using a nginx proxy
33
keywords: registry, on-prem, images, tags, repository, distribution, nginx, proxy, authentication, TLS, recipe, advanced
44
title: Authenticate proxy with nginx
5+
redirect_from:
6+
- /registry/nginx/
57
---
68

79
## Use-case
@@ -40,8 +42,8 @@ proxy itself.
4042

4143
> **Note**: Docker does not recommend binding your registry to `localhost:5000` without
4244
> authentication. This creates a potential loophole in your Docker Registry security.
43-
> As a result, anyone who can log on to the server where your Docker Registry is running
44-
> can push images without authentication.
45+
> As a result, anyone who can log on to the server where your Docker Registry is running
46+
> can push images without authentication.
4547
4648
Furthermore, introducing an extra http layer in your communication pipeline
4749
makes it more complex to deploy, maintain, and debug. Make sure the extra

0 commit comments

Comments
 (0)