From c042a52ee4454a9dc7c81a016293659262f2c547 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 15 Apr 2020 10:07:50 -0700 Subject: [PATCH] Fix etherpad port 80 logging This was copy pasted from the gerrit config and we didn't s/gerrit/etherpad/ on the log file path for port 80 vhost. Change-Id: Ie5494c239360a6de3042f34cc3dc050867b92b39 --- playbooks/roles/etherpad/templates/etherpad.vhost.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/etherpad/templates/etherpad.vhost.j2 b/playbooks/roles/etherpad/templates/etherpad.vhost.j2 index f2728deb82..a4650be345 100644 --- a/playbooks/roles/etherpad/templates/etherpad.vhost.j2 +++ b/playbooks/roles/etherpad/templates/etherpad.vhost.j2 @@ -2,11 +2,11 @@ ServerName {{ etherpad_vhost_name }} ServerAdmin webmaster@openstack.org - ErrorLog ${APACHE_LOG_DIR}/gerrit-error.log + ErrorLog ${APACHE_LOG_DIR}/etherpad-error.log LogLevel warn - CustomLog ${APACHE_LOG_DIR}/gerrit-access.log combined + CustomLog ${APACHE_LOG_DIR}/etherpad-access.log combined Redirect / https://{{ etherpad_vhost_name }}/