mirror of
https://git.fsfe.org/FSFE/fsfe-local-build.git
synced 2026-04-20 11:23:06 +02:00
rename file; better reporting; changed variables
This commit is contained in:
14
lighttpd-fsfe.conf.sample
Normal file
14
lighttpd-fsfe.conf.sample
Normal file
@@ -0,0 +1,14 @@
|
||||
server.modules = ( "mod_access" )
|
||||
$HTTP["remoteip"] !~ "127.0.0.1" {
|
||||
url.access-deny = ("") # prevent hosting to the network
|
||||
}
|
||||
|
||||
# change port and document-root accordingly
|
||||
server.port = 5080
|
||||
server.document-root = "/home/USER/subversion/fsfe/local-build/fsfe.org"
|
||||
server.errorlog = "/dev/stdout"
|
||||
server.dir-listing = "enable"
|
||||
dir-listing.encoding = "utf-8"
|
||||
index-file.names = ("index.html", "index.en.html")
|
||||
|
||||
include_shell "./create-mime.assign.pl"
|
||||
Reference in New Issue
Block a user