WSGISocketPrefix /var/run/wsgi RewriteEngine On # don't redirect HTTPs RewriteCond %{HTTPS} off # don't redirect /api traffic that requested explicit http:// RewriteRule ^/api - [L] RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} ServerName localhost ServerAlias * DocumentRoot /var/lib/awx/public WSGIScriptAlias / /var/lib/awx/wsgi.py WSGIPassAuthorization On WSGIDaemonProcess awx_plain user=awx group=awx processes=2 threads=20 maximum-requests=1000 display-name="%{GROUP}" WSGIProcessGroup awx_plain Alias /favicon.ico /var/lib/awx/public/static/favicon.ico Alias /static/ /var/lib/awx/public/static/ = 2.3> Require all granted Order deny,allow Allow from all = 2.3> Require all granted Order deny,allow Allow from all