Tiny text changes

This commit is contained in:
Asher 2020-07-21 17:16:32 -05:00 committed by GitHub
parent 739ac468ed
commit 6c5a9edced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -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?