File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ Assuming you have been following the guide, edit your instance and checkmark the
177
177
178
178
1 . You'll need to buy a domain name. We recommend [ Google Domains] ( https://domains.google.com ) .
179
179
2 . Add an A record to your domain with your instance's IP.
180
- 3 . Install caddy https://caddyserver.com/docs/download#debian-ubuntu-raspbian .
180
+ 3 . Install Caddy https://caddyserver.com/docs/download#debian-ubuntu-raspbian .
181
181
182
182
``` bash
183
183
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https
@@ -206,7 +206,7 @@ mydomain.com/code/* {
206
206
207
207
Remember to replace ` mydomain.com ` with your domain name!
208
208
209
- 5 . Reload caddy with:
209
+ 5 . Reload Caddy with:
210
210
211
211
``` bash
212
212
sudo systemctl reload caddy
@@ -215,7 +215,7 @@ sudo systemctl reload caddy
215
215
Visit ` https://<your-domain-name> ` to access ` code-server ` . Congratulations!
216
216
217
217
In a future release we plan to integrate Let's Encrypt directly with ` code-server ` to avoid
218
- the dependency on caddy .
218
+ the dependency on Caddy .
219
219
220
220
#### NGINX
221
221
You can’t perform that action at this time.
0 commit comments