]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - lighttpd-mod_setenv.conf
- merged 1.4.48 from PLD, TLDized
[packages/lighttpd.git] / lighttpd-mod_setenv.conf
diff --git a/lighttpd-mod_setenv.conf b/lighttpd-mod_setenv.conf
deleted file mode 100644 (file)
index 68763d9..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# setenv module.
-#
-# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModSetEnv
-
-server.modules += (
-       "mod_setenv"
-)
-
-#### setenv
-#setenv.add-request-header = ( "TRAV_ENV" => "mysql://user@host/db" )
-#setenv.add-response-header = ( "X-Secret-Message" => "42" )
-
-# Add CORS header for font requests
-# http://davidwalsh.name/cdn-fonts
-#$HTTP["url"] =~ "\.(?:eot|ttf|otf|woff)$" {
-#      setenv.add-response-header += (
-#              "Access-Control-Allow-Origin" => "*",
-#      )
-#}