mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-09 16:15:08 +02:00
Improve grammar
4
TLS.md
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.
|
||||
|
Reference in New Issue
Block a user