Skip to content

Commit 15a2095

Browse files
authored
Merge pull request #246 from Salanoid/patch-1
Update default.conf
2 parents 9698736 + 7e17d85 commit 15a2095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/vhosts/default.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Allows HTTPS on localhost. You will need to use mkcert on your local machine
1111
# to create the `cert.pem` and `cert-key.pem` files, and then place them in the
12-
# `./config/ssl` directory. You coudl also create certificates for any local
12+
# `./config/ssl` directory. You could also create certificates for any local
1313
# testing domain you wish such as `localapp.test`, you will then edit your hosts
1414
# file to map that domain name to 127.0.0.1 and then configure your vhosts below
1515
# accordingly:
@@ -25,4 +25,4 @@
2525
# SSLEngine on
2626
# SSLCertificateFile /etc/apache2/ssl/cert.pem
2727
# SSLCertificateKeyFile /etc/apache2/ssl/cert-key.pem
28-
# </VirtualHost>
28+
# </VirtualHost>

0 commit comments

Comments
 (0)