From 7b0222f92aaa03023ac5d0c8459c4d79bae599ed Mon Sep 17 00:00:00 2001 From: alessfg Date: Tue, 11 May 2021 18:40:46 +0200 Subject: [PATCH] Add link to the Docker NGINX unprivileged image to the NGINX docs --- nginx/content.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx/content.md b/nginx/content.md index 2da5b07bebac..b0c668d2f850 100644 --- a/nginx/content.md +++ b/nginx/content.md @@ -180,6 +180,8 @@ http { } ``` +Alternatively, check out the official [Docker NGINX unprivileged image](https://hub.docker.com/r/nginxinc/nginx-unprivileged). + ## Monitoring nginx with Amplify [Amplify](https://amplify.nginx.com/signup/) is a free monitoring tool that can be used to monitor microservice architectures based on nginx. Amplify is developed and maintained by the company behind the nginx software.