From c05b977cf1639f5556d619872460151e72eaf3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Fri, 22 Jan 2021 11:41:56 +0100 Subject: [PATCH] Updated TLS (markdown) --- TLS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TLS.md b/TLS.md index 68a89b3..eb6f6de 100644 --- a/TLS.md +++ b/TLS.md @@ -1,7 +1,7 @@ This page explains how to add TLS support for Netbox. There are many ways to do this. We recommend setting up a reverse proxy that is independent of the Netbox Docker setup. -You can do this by installing a webserver like _nginx_ on your host machine directly (and forwarding traffic to the container) +You can do this by installing a webserver like _nginx_ on your host machine directly (and forward all traffic to the container) or by running such a webserver in a container, [as explained below on the example of _Hitch_](#tls-using-hitch). **We strongly advise _against_ changing the Nginx configuration that ships with Netbox Docker.**