summaryrefslogtreecommitdiff
path: root/doc/config/conf.d/cml.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config/conf.d/cml.conf')
-rw-r--r--doc/config/conf.d/cml.conf27
1 files changed, 0 insertions, 27 deletions
diff --git a/doc/config/conf.d/cml.conf b/doc/config/conf.d/cml.conf
deleted file mode 100644
index 6c539794..00000000
--- a/doc/config/conf.d/cml.conf
+++ /dev/null
@@ -1,27 +0,0 @@
-#######################################################################
-##
-## CML Module
-## ---------------
-##
-## See https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModCML
-##
-server.modules += ( "mod_cml" )
-index-file.names += ( "index.cml" )
-
-##
-## The file extension that is bound to the cml-module.
-##
-cml.extension = ".cml"
-
-##
-## Memcached hosts used for memcache* functions.
-##
-#cml.memcache-hosts = ( "127.0.0.1:11211" )
-
-##
-## A cml file that is executed for each request.
-##
-#cml.power-magnet = server_root + "/htdocs/powermagnet.cml"
-
-##
-#######################################################################