diff options
-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 |