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.**