From b642423d470b05a5e98a8d4787d8358883e76ffa Mon Sep 17 00:00:00 2001 From: Odyssium Date: Mon, 3 Apr 2023 14:18:30 +0000 Subject: [PATCH] Update 'docs/setup_nginx.md' --- docs/setup_nginx.md | 1 + 1 file changed, 1 insertion(+) 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