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
This commit is contained in:
Clark Boylan 2020-04-15 10:07:50 -07:00
parent edd46d1acc
commit c042a52ee4
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}/