change comments in lighttpd-pffedportal.conf

This commit is contained in:
Thomas NOËL 2013-12-24 12:54:42 +01:00
parent 9ad22e11ca
commit 68931e70ed
1 changed files with 5 additions and 4 deletions

View File

@ -35,10 +35,11 @@ server.max-request-size = 512
## config
##
server.document-root = "/usr/local/univnautes/www/"
# /static and /map files
server.document-root = "/usr/local/univnautes/www/"
## virtual directory listings
server.dir-listing = "disable"
server.dir-listing = "disable"
# from the pfSense (ipfw redirect)
server.port = 8000
@ -50,7 +51,7 @@ $SERVER["socket"] == ":8000" {
url.rewrite-once = (
"^(.*)$" => "/pffedportal.fcgi/redirect"
)
# FIXME : activate FCGI only for this URL
# FIXME : how to activate FCGI only for this URL ?
fastcgi.server = (
"/pffedportal.fcgi" => ((
"socket" => "/tmp/pffedportal.sock",
@ -84,7 +85,7 @@ $SERVER["socket"] == ":443" {
))
)
# for /media = static files
# for /static files
mimetype.use-xattr = "disable"
mimetype.assign = (
".pdf" => "application/pdf",