Skip to content

Commit 6c1ef75

Browse files
authored
Change VirtualHost from port 80 to 443
Updated VirtualHost configuration to use port 443 for HTTPS.
1 parent 35d8f4c commit 6c1ef75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/implementation/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can redirect to another domain like `https://jobs.example.com/just-an exampl
5353
=== "Apache HTTPD"
5454

5555
```
56-
<VirtualHost *:80>
56+
<VirtualHost *:443>
5757
ServerName www.example.com
5858
ServerAlias example.com
5959

0 commit comments

Comments
 (0)