]> xenbits.xensource.com Git - people/aperard/emesinae.git/commitdiff
test: Correct path to htaccess
authorIan Campbell <ian.campbell@citrix.com>
Wed, 2 Oct 2013 09:31:50 +0000 (10:31 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 2 Oct 2013 09:31:50 +0000 (10:31 +0100)
config/examples/test/apache.conf

index 064b56f755de31218fe583ae16d8b01e57809fa5..2eab2af24d4fc23eab87bef5d937d7965358b487 100644 (file)
@@ -10,7 +10,7 @@
                # Require authentication while we are in beta
                AuthType Basic
                AuthName "Restricted"
-               AuthUserFile /srv/xen-devel-bugs/etc/htpasswd
+               AuthUserFile /srv/test/etc/htpasswd
                Require valid-user
        </Directory>