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:
parent
edd46d1acc
commit
c042a52ee4
@ -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 }}/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user