You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2017/10/19 16:22:15 UTC

svn commit: r1812653 - /httpd/test/framework/trunk/t/conf/http2.conf.in

Author: icing
Date: Thu Oct 19 16:22:15 2017
New Revision: 1812653

URL: http://svn.apache.org/viewvc?rev=1812653&view=rev
Log:
fixed http2.conf.in to use configured hostname for all vhosts

Modified:
    httpd/test/framework/trunk/t/conf/http2.conf.in

Modified: httpd/test/framework/trunk/t/conf/http2.conf.in
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/conf/http2.conf.in?rev=1812653&r1=1812652&r2=1812653&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/conf/http2.conf.in (original)
+++ httpd/test/framework/trunk/t/conf/http2.conf.in Thu Oct 19 16:22:15 2017
@@ -29,7 +29,7 @@
 
         <IfModule @ssl_module@>
         
-            <VirtualHost localhost:h2>
+        <VirtualHost @SERVERNAME@:h2>
                 Protocols h2 http/1.1
                 H2Direct on