Skip to content

Commit 48cd3c8

Browse files
n1ghtBl00djsjoeio
andauthored
Fix Typos in guide.md (#4674)
The Guide mentioned "HTTP/HTTP traffic" when it should say "HTTP/HTTPS traffic" Co-authored-by: Joe Previte <jjprevite@gmail.com>
1 parent 723469a commit 48cd3c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ we recommend using another method, such as [Let's Encrypt](#let-encrypt) instead
115115
Using [Let's Encrypt](https://letsencrypt.org) is an option if you want to
116116
access code-server on an iPad or do not want to use SSH port forwarding.
117117

118-
1. This option requires that the remote machine be exposed to the internet. Make sure that your instance allows HTTP/HTTP traffic.
118+
1. This option requires that the remote machine be exposed to the internet. Make sure that your instance allows HTTP/HTTPS traffic.
119119

120120
1. You'll need a domain name (if you don't have one, you can purchase one from
121121
[Google Domains](https://domains.google.com) or the domain service of your
@@ -162,7 +162,7 @@ At this point, you should be able to access code-server via
162162

163163
### Using Let's Encrypt with NGINX
164164

165-
1. This option requires that the remote machine be exposed to the internet. Make sure that your instance allows HTTP/HTTP traffic.
165+
1. This option requires that the remote machine be exposed to the internet. Make sure that your instance allows HTTP/HTTPS traffic.
166166

167167
1. You'll need a domain name (if you don't have one, you can purchase one from
168168
[Google Domains](https://domains.google.com) or the domain service of your
@@ -229,7 +229,7 @@ code-server. You should only proceed with this option if:
229229
To use a self-signed certificate:
230230

231231
1. This option requires that the remote machine be exposed to the internet. Make
232-
sure that your instance allows HTTP/HTTP traffic.
232+
sure that your instance allows HTTP/HTTPS traffic.
233233

234234
1. SSH into your instance and edit your code-server config file to use a
235235
randomly generated self-signed certificate:

0 commit comments

Comments
 (0)