mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Theoretical move from /etc/awx/ to /etc/tower/.
This commit is contained in:
@@ -7,8 +7,8 @@ WSGISocketPrefix /var/run/wsgi
|
||||
ServerAlias *
|
||||
DocumentRoot /var/lib/awx/public
|
||||
SSLEngine on
|
||||
SSLCertificateFile /etc/awx/awx.cert
|
||||
SSLCertificateKeyFile /etc/awx/awx.key
|
||||
SSLCertificateFile /etc/tower/awx.cert
|
||||
SSLCertificateKeyFile /etc/tower/awx.key
|
||||
|
||||
WSGIScriptAlias / /var/lib/awx/wsgi.py
|
||||
WSGIPassAuthorization On
|
||||
|
||||
Reference in New Issue
Block a user