Skip to content

Commit 6c5a9ed

Browse files
authored
Tiny text changes
1 parent 739ac46 commit 6c5a9ed

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/guide.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,9 @@ fields.
246246

247247
### Nginx reverse proxy
248248

249-
If you prefer to use Nginx instead of Caddy, here is a sample config (put e.g. in `/etc/nginx/sites-enabled/code-server`):
249+
If you prefer to use Nginx instead of Caddy here is a sample config (put e.g. in
250+
`/etc/nginx/sites-enabled/code-server`):
251+
250252
```nginx
251253
server {
252254
listen 80 [::]:80;
@@ -261,7 +263,9 @@ server {
261263
}
262264
}
263265
```
264-
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`.
266+
267+
It's highly recommended to set up a LetsEncrypt certificate and HTTP->HTTPS redirect as well.
268+
In order to do this run `certbot --nginx -d your-domain-name-here.com`.
265269

266270
### Change the password?
267271

0 commit comments

Comments
 (0)