mirror of
https://github.com/ansible/awx.git
synced 2026-04-11 13:09:21 -02:30
Make UI always use https:// but API traffic that wants to can still get http://
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user