Improve grammar

joshmcorreia
2024-06-05 13:16:59 -07:00
parent 05f13ef71a
commit 02a486001f

4
TLS.md

@ -6,13 +6,13 @@ You can do this by installing a webserver like _nginx_ on your host machine dire
or by running such a webserver in a container, [as explained below on the example of _Caddy_](#tls-using-caddy-container).
**We strongly advise _against_ changing the Nginx Unit configuration that ships with NetBox Docker.**
The reason is that we don't see the internal configuration as part of the "user interface" and therefore we change it whenever think it's necessary.
The reason is that we don't see the internal configuration as part of the "user interface" and therefore we change it whenever we think it's necessary.
Such changes may also not be mentioned in the release notes either.
So it would be up to you to keep your configuration in sync with what the NetBox Docker project comes up with.
## TLS using _Caddy_
[Caddy](https://caddyserver.com/) is a powerful webserver written in Go and with many built-in features that make it the perfect fit for our case.
[Caddy](https://caddyserver.com/) is a powerful webserver written in Go and has many built-in features that make it the perfect fit for our case.
It can even automatically create and renew your HTTPS Certificate using Let's Encrypt if you wish.
To begin, you need to create a `Caddyfile` with the required reverse proxy and TLS settings.