Use this var instead.

This commit is contained in:
Ralph Bean 2016-01-12 11:38:43 -05:00
parent 2226885680
commit c1ff74024f

View file

@ -3,7 +3,7 @@ WSGIPythonOptimize 1
WSGIDaemonProcess pdc user=apache group=apache maximum-requests=1000 display-name=pdc processes=2 threads=1 shutdown-timeout=10
<VirtualHost *:80>
ServerName {{ hostname }}
ServerName {{ inventory_hostname }}
CustomLog /var/log/httpd/pdc-access.log combined
ErrorLog /var/log/httpd/pdc-error.log