Make UI always use https:// but API traffic that wants to can still get http://

This commit is contained in:
Michael DeHaan
2013-09-07 14:54:14 -04:00
parent 7722799abf
commit 82f385237a
2 changed files with 16 additions and 4 deletions

View File

@@ -14,7 +14,6 @@ LoadModule ssl_module modules/mod_ssl.so
WSGIScriptAlias / /var/lib/awx/wsgi.py
WSGIPassAuthorization On
# FIXME: May want to tune these parameters after performance testing.
WSGIDaemonProcess awx user=awx group=awx processes=2 threads=20 maximum-requests=1000 display-name="%{GROUP}"
WSGIProcessGroup awx