Updated TLS (markdown)

Christian Mäder 2021-01-22 11:41:56 +01:00
parent f255dd1acf
commit c05b977cf1

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