From 347a9314ed336ff717025c419e5e34144a835655 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 7 Oct 2021 08:38:00 +1100 Subject: [PATCH] ptgbot: fix servername on http side Change-Id: I2c5883b7723fed1ed0b83f71507e50d3f85d5841 --- playbooks/roles/ptgbot/templates/ptgbot.vhost.config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/ptgbot/templates/ptgbot.vhost.config.j2 b/playbooks/roles/ptgbot/templates/ptgbot.vhost.config.j2 index 7c11afae03..2c27201166 100644 --- a/playbooks/roles/ptgbot/templates/ptgbot.vhost.config.j2 +++ b/playbooks/roles/ptgbot/templates/ptgbot.vhost.config.j2 @@ -1,5 +1,5 @@ - ServerName {{ inventory_hostname }} + ServerName ptgbot.opendev.org ServerAdmin infra-root@openstack.org ErrorLog ${APACHE_LOG_DIR}/ptgbot-error.log