Make our vhost server names match everything, not just localhos.

This commit is contained in:
Tim Gerla
2013-11-09 15:58:08 -08:00
parent 5b2751c57f
commit 830dd6102f
2 changed files with 2 additions and 4 deletions

View File

@@ -4,8 +4,7 @@ LoadModule ssl_module modules/mod_ssl.so
<VirtualHost _default_:443>
ServerName localhost
ServerAlias localhost
ServerAlias 127.0.0.1
ServerAlias *
DocumentRoot /var/lib/awx/public
SSLEngine on
SSLCertificateFile /etc/awx/awx.cert