diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-21 14:48:36 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-07-21 14:48:36 +0100 |
commit | 439b6949532365b64cc98eabcb7110c98250c7ec (patch) | |
tree | 1707a0cdef12272d50c8352a28f7912a1540b85a | |
parent | f853f90e1185ff43f31814d51c18fc103bb1349e (diff) |
fixup! ab1f215 fix typo
-rw-r--r-- | config/httpd-ssl-vhost.conf-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/httpd-ssl-vhost.conf-example b/config/httpd-ssl-vhost.conf-example index aeeda19a9..8f099b8a6 100644 --- a/config/httpd-ssl-vhost.conf-example +++ b/config/httpd-ssl-vhost.conf-example @@ -1,4 +1,4 @@ -# VirtualHost for HTTPS requess +# VirtualHost for HTTPS requests <VirtualHost *:443> ServerName www.example.com |