lighttpd config files

This commit is contained in:
Seth Vidal 2012-11-02 05:06:48 +00:00
parent 73dc26c535
commit 3371af10bd
2 changed files with 11 additions and 4 deletions

View file

@ -0,0 +1,9 @@
dir-listing.activate = "enable"
dir-listing.hide-dotfiles = "disable"
dir-listing.exclude = ( "~$" )
dir-listing.encoding = "UTF-8"
dir-listing.hide-header-file = "disable"
dir-listing.show-header = "disable"
dir-listing.hide-readme-file = "disable"
dir-listing.show-readme = "disable"

View file

@ -112,7 +112,7 @@ server.groupname = "lighttpd"
## ##
## Document root ## Document root
## ##
server.document-root = /srv/copr-repo/results/ server.document-root = "/srv/copr-repo/results"
## ##
## The value for the "Server:" response field. ## The value for the "Server:" response field.
@ -442,8 +442,6 @@ server.upload-dirs = ( "/var/tmp" )
## custom includes like vhosts. ## custom includes like vhosts.
## ##
#include "conf.d/config.conf" #include "conf.d/config.conf"
include_shell "cat /etc/lighttpd/vhosts.d/*.conf" #include_shell "cat /etc/lighttpd/vhosts.d/*.conf"
## ##
####################################################################### #######################################################################
dir-listing.activate = "enable"