Merge "nodepool-builder: fix servername"

This commit is contained in:
Zuul 2020-05-08 03:13:58 +00:00 committed by Gerrit Code Review
commit 1ccabf5529

View File

@ -12,7 +12,7 @@
<VirtualHost *:443>
ServerName nb01.openstack.org
ServerName {{ inventory_hostname }}
SSLEngine on
@ -58,4 +58,4 @@
CustomLog /var/log/apache2/nodepool_access.log combined
ServerSignature Off
</VirtualHost>
</VirtualHost>