Skip to content

Commit 20cf580

Browse files
authored
Merge cc8809f into c145008
2 parents c145008 + cc8809f commit 20cf580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ At this point, you should be able to access code-server via
181181
server_name mydomain.com;
182182
183183
location / {
184-
proxy_pass http://localhost:8080/;
184+
proxy_pass https://localhost:8080/;
185185
proxy_set_header Host $host;
186186
proxy_set_header Upgrade $http_upgrade;
187187
proxy_set_header Connection upgrade;

0 commit comments

Comments
 (0)