Use this var instead.
This commit is contained in:
parent
2226885680
commit
c1ff74024f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue