diff --git a/docs/setup_nginx.md b/docs/setup_nginx.md index edb7de6..d5fcf9a 100644 --- a/docs/setup_nginx.md +++ b/docs/setup_nginx.md @@ -3,6 +3,7 @@ !!! note NGINX does not support automatic certificate generation. You need to use `certbot` to create and maintain the certificates but that is out of scope of this tutorial. + We also recommend you to try the [Caddy web server](https://caddyserver.com), because it has automatic HTTPS, HTTP/3 and easier configuration. After installing NGINX, create /etc/nginx/conf.d/gothub.conf with the following contents