From 6c5a9edced83dc0440bc6c09677497635b2f122d Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 21 Jul 2020 17:16:32 -0500 Subject: [PATCH] Tiny text changes --- doc/guide.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/guide.md b/doc/guide.md index 127615ea..ba47811a 100644 --- a/doc/guide.md +++ b/doc/guide.md @@ -246,7 +246,9 @@ fields. ### Nginx reverse proxy -If you prefer to use Nginx instead of Caddy, here is a sample config (put e.g. in `/etc/nginx/sites-enabled/code-server`): +If you prefer to use Nginx instead of Caddy here is a sample config (put e.g. in +`/etc/nginx/sites-enabled/code-server`): + ```nginx server { listen 80 [::]:80; @@ -261,7 +263,9 @@ server { } } ``` -It's highly recommended set up a LetsEncrypt certificate and HTTP->HTTPS redirect as well. In order to do this, run `certbot --nginx -d your-domain-name-here.com`. + +It's highly recommended to set up a LetsEncrypt certificate and HTTP->HTTPS redirect as well. +In order to do this run `certbot --nginx -d your-domain-name-here.com`. ### Change the password?