mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-19 23:33:37 -05:00
Move cert and key files to tower.cert and tower.key.
This commit is contained in:
@@ -7,8 +7,8 @@ WSGISocketPrefix /var/run/wsgi
|
||||
ServerAlias *
|
||||
DocumentRoot /var/lib/awx/public
|
||||
SSLEngine on
|
||||
SSLCertificateFile /etc/tower/awx.cert
|
||||
SSLCertificateKeyFile /etc/tower/awx.key
|
||||
SSLCertificateFile /etc/tower/tower.cert
|
||||
SSLCertificateKeyFile /etc/tower/tower.key
|
||||
|
||||
WSGIScriptAlias / /var/lib/awx/wsgi.py
|
||||
WSGIPassAuthorization On
|
||||
|
||||
Reference in New Issue
Block a user