Merge "nodepool-builder: fix servername"
This commit is contained in:
commit
1ccabf5529
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user