mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
Add HTTPs and redirect http to HTTPs. Self signed.
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
NameVirtualHost *:80
|
||||
NameVirtualHost *:443
|
||||
WSGISocketPrefix /var/run/wsgi
|
||||
LoadModule ssl_module modules/mod_ssl.so
|
||||
|
||||
<VirtualHost _default_:80>
|
||||
<VirtualHost _default_:443>
|
||||
ServerName localhost
|
||||
ServerAlias localhost
|
||||
ServerAlias 127.0.0.1
|
||||
DocumentRoot /var/lib/awx/public
|
||||
SSLEngine on
|
||||
SSLCertificateFile /etc/awx/awx.cert
|
||||
SSLCertificateKeyFile /etc/awx/awx.key
|
||||
|
||||
WSGIScriptAlias / /var/lib/awx/wsgi.py
|
||||
WSGIPassAuthorization On
|
||||
|
||||
Reference in New Issue
Block a user