Tiny text changes
This commit is contained in:
parent
739ac468ed
commit
6c5a9edced
@ -246,7 +246,9 @@ fields.
|
|||||||
|
|
||||||
### Nginx reverse proxy
|
### 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
|
```nginx
|
||||||
server {
|
server {
|
||||||
listen 80 [::]:80;
|
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?
|
### Change the password?
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user