Add ServerName to apache vhost
Change-Id: I8f52bab84dd7ab5713d31e5df6e9a389532a5af2
This commit is contained in:
parent
c4eaff3957
commit
16a44c5416
@ -11,6 +11,8 @@
|
|||||||
|
|
||||||
<IfModule mod_ssl.c>
|
<IfModule mod_ssl.c>
|
||||||
<VirtualHost _default_:443>
|
<VirtualHost _default_:443>
|
||||||
|
ServerName <%= virtual_hostname %>
|
||||||
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/gerrit-ssl-error.log
|
ErrorLog ${APACHE_LOG_DIR}/gerrit-ssl-error.log
|
||||||
|
|
||||||
LogLevel warn
|
LogLevel warn
|
||||||
|
Loading…
Reference in New Issue
Block a user