document is just public_html, /result is referenced relative to it

This commit is contained in:
Miroslav Suchý 2013-10-16 13:26:37 +00:00
parent 5ea98d6f9d
commit 8b7ebbe5d9

View file

@ -112,7 +112,7 @@ server.groupname = "lighttpd"
## ##
## Document root ## Document root
## ##
server.document-root = "/var/lib/copr/public_html/results" server.document-root = "/var/lib/copr/public_html"
## ##
## The value for the "Server:" response field. ## The value for the "Server:" response field.