diff --git a/roles/pdc/templates/pdc.conf b/roles/pdc/templates/pdc.conf index 70dfb6fd48..8c3461bd3a 100644 --- a/roles/pdc/templates/pdc.conf +++ b/roles/pdc/templates/pdc.conf @@ -2,8 +2,8 @@ WSGISocketPrefix /var/run/wsgi WSGIPythonOptimize 1 WSGIDaemonProcess pdc user=apache group=apache maximum-requests=1000 display-name=pdc processes=2 threads=1 shutdown-timeout=10 - - ServerName {{ansible_ssh_host}} + + ServerName {{ hostbase }} CustomLog /var/log/httpd/pdc-access.log combined ErrorLog /var/log/httpd/pdc-error.log