|
@@ -22,19 +22,17 @@ server.groupname = "nobody"
|
|
|
server.port = 80
|
|
|
|
|
|
#debug.log-request-handling = "enable"
|
|
|
-debug.log-request-header = "enable"
|
|
|
+#debug.log-request-header = "enable"
|
|
|
#debug.log-file-not-found = "enable"
|
|
|
#debug.log-request-header-on-error = "enable"
|
|
|
-debug.log-response-header = "enable"
|
|
|
+#debug.log-response-header = "enable"
|
|
|
#debug.log-condition-handling = "enable"
|
|
|
|
|
|
auth.backend = "htdigest"
|
|
|
-auth.backend.htdigest.userfile = "/www/.htpasswd"
|
|
|
-auth.debug = 2
|
|
|
+auth.backend.htdigest.userfile = "/etc/lighttpd/.htpasswd"
|
|
|
+#auth.debug = 2
|
|
|
|
|
|
#setenv.add-response-header = ( "Access-Control-Allow-Origin" => "*" )
|
|
|
-
|
|
|
-
|
|
|
compress.cache-dir = "/tmp/lighttpd/compress"
|
|
|
compress.filetype = ( "application/x-javascript", "text/css", "text/html", "text/plain" )
|
|
|
|