summaryrefslogtreecommitdiff
path: root/devstack/files/apache-ipxe-ironic.template
diff options
context:
space:
mode:
Diffstat (limited to 'devstack/files/apache-ipxe-ironic.template')
-rw-r--r--devstack/files/apache-ipxe-ironic.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/devstack/files/apache-ipxe-ironic.template b/devstack/files/apache-ipxe-ironic.template
index ba182e582..3be47175c 100644
--- a/devstack/files/apache-ipxe-ironic.template
+++ b/devstack/files/apache-ipxe-ironic.template
@@ -9,8 +9,8 @@ Listen %PUBLICPORT%
Allow from all
Require all granted
</Directory>
- ErrorLog /var/log/apache2/ipxe_error.log
+ ErrorLog %APACHELOGDIR%/ipxe_error.log
ErrorLogFormat "%{cu}t [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] [frontend\ %A] %M% ,\ referer\ %{Referer}i"
LogLevel info
- CustomLog /var/log/apache2/ipxe_access.log "%{%Y-%m-%d}t %{%T}t.%{msec_frac}t [%l] %a \"%r\" %>s %b"
+ CustomLog %APACHELOGDIR%/ipxe_access.log "%{%Y-%m-%d}t %{%T}t.%{msec_frac}t [%l] %a \"%r\" %>s %b"
</VirtualHost>