lighttpd config files
This commit is contained in:
parent
73dc26c535
commit
3371af10bd
2 changed files with 11 additions and 4 deletions
9
files/copr/lighttpd/dirlisting.conf
Normal file
9
files/copr/lighttpd/dirlisting.conf
Normal 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"
|
||||
|
|
@ -112,7 +112,7 @@ server.groupname = "lighttpd"
|
|||
##
|
||||
## Document root
|
||||
##
|
||||
server.document-root = /srv/copr-repo/results/
|
||||
server.document-root = "/srv/copr-repo/results"
|
||||
|
||||
##
|
||||
## The value for the "Server:" response field.
|
||||
|
@ -442,8 +442,6 @@ server.upload-dirs = ( "/var/tmp" )
|
|||
## custom includes like vhosts.
|
||||
##
|
||||
#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"
|
Loading…
Add table
Add a link
Reference in a new issue