From 2b92f06152b7e620886c5d17d46775b446cbb0b2 Mon Sep 17 00:00:00 2001 From: Dima S Date: Thu, 19 May 2022 01:39:30 -0400 Subject: [PATCH] [docs] Fix broken nginx link. --- guide/secure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/secure.md b/guide/secure.md index 41ae2ef..fc9858c 100644 --- a/guide/secure.md +++ b/guide/secure.md @@ -99,7 +99,7 @@ proxy through a webserver that does. If Moonfire NVR will be sharing an `https` port with anything else, you'll need to set up the webserver to proxy to all of these interfaces as well. -I use [nginx](https://https://nginx.com/) as the proxy server. Some folks may +I use [nginx](https://nginx.com/) as the proxy server. Some folks may prefer [Apache httpd](https://httpd.apache.org/) or some other webserver. Anything will work. I include snippets of a `nginx` config below, so stick with that if you're not comfortable adapting it to some other server.