Merge "Make Jenkins vhost a host-based"

This commit is contained in:
Jenkins 2015-11-30 11:21:12 +00:00 committed by Gerrit Code Review
commit f3146ec98d
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<VirtualHost <%= scope.lookupvar("::jenkins::master::vhost_name") %>:80>
<VirtualHost *:80>
ServerName <%= scope.lookupvar("::jenkins::master::vhost_name") %>
ServerAdmin <%= scope.lookupvar("::jenkins::master::serveradmin") %>
ErrorLog ${APACHE_LOG_DIR}/<%= scope.lookupvar("::jenkins::master::vhost_name") %>-error.log