mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
Make our vhost server names match everything, not just localhos.
This commit is contained in:
@@ -10,8 +10,7 @@ WSGISocketPrefix /var/run/wsgi
|
||||
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
|
||||
|
||||
ServerName localhost
|
||||
ServerAlias localhost
|
||||
ServerAlias 127.0.0.1
|
||||
ServerAlias *
|
||||
DocumentRoot /var/lib/awx/public
|
||||
|
||||
WSGIScriptAlias / /var/lib/awx/wsgi.py
|
||||
|
||||
Reference in New Issue
Block a user