From bd821f4c9bf0b981b00329ae0a0402345fff86e7 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 2 Nov 2012 05:28:31 +0000 Subject: [PATCH] move the basedir back one --- files/copr/lighttpd/lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/copr/lighttpd/lighttpd.conf b/files/copr/lighttpd/lighttpd.conf index 94d481152b..e426ac1a99 100644 --- a/files/copr/lighttpd/lighttpd.conf +++ b/files/copr/lighttpd/lighttpd.conf @@ -112,7 +112,7 @@ server.groupname = "lighttpd" ## ## Document root ## -server.document-root = "/srv/copr-repo/results" +server.document-root = "/srv/copr-repo" ## ## The value for the "Server:" response field.