# Pastebin BRQ8eUJ1
[root@kollaaio ~]# cat /etc/kolla/adjutant-api/wsgi-adjutant.conf
Listen 192.168.56.50:5050
ServerSignature Off
ServerTokens Prod
TraceEnable off
ErrorLog "/var/log/kolla/adjutant/apache-error.log"
CustomLog "/var/log/kolla/adjutant/apache-access.log" common
ErrorLog "/var/log/kolla/adjutant/adjutant-api-error.log"
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b %D \"%{Referer}i\" \"%{User-Agent}i\"" logformat
CustomLog "/var/log/kolla/adjutant/adjutant-api-access.log" logformat
WSGIApplicationGroup %{GLOBAL}
WSGIDaemonProcess adjutant group=adjutant processes=4 threads=1 user=adjutant python-path=/usr/lib/python3.6/site-packages
WSGIProcessGroup adjutant
WSGIScriptAlias / "/usr/bin/adjutant/wsgi.py"
Options Indexes FollowSymLinks
AllowOverride None
Require all granted