X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=lighttpd-mod_setenv.conf;fp=lighttpd-mod_setenv.conf;h=0000000000000000000000000000000000000000;hb=8239b3691d1ae536833b6d53a2efd289956ccbcd;hp=68763d96e522b6fd14effc624dd3a7d8ba482b21;hpb=2bc378a1b82f8e82ab66bd2a656282134a6d05e0;p=packages%2Flighttpd.git diff --git a/lighttpd-mod_setenv.conf b/lighttpd-mod_setenv.conf deleted file mode 100644 index 68763d9..0000000 --- a/lighttpd-mod_setenv.conf +++ /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" => "*", -# ) -#}