summaryrefslogtreecommitdiffstats
path: root/config/webui-cherrypy.cfg
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-02-15 14:54:25 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-02-15 14:54:25 -0500
commita47ee22ab684eed992128b60b136fca90ff9f119 (patch)
treecd55daf8057049368b4aaa6d23c30408eae411d2 /config/webui-cherrypy.cfg
parent70bfc8f5a3150d09cc064a4c46efcaff80b29904 (diff)
parenta7d67f35019af0c25f133c979112fc6035d7e04c (diff)
downloadthird_party-cobbler-a47ee22ab684eed992128b60b136fca90ff9f119.tar.gz
third_party-cobbler-a47ee22ab684eed992128b60b136fca90ff9f119.tar.xz
third_party-cobbler-a47ee22ab684eed992128b60b136fca90ff9f119.zip
Merge branch 'devel'
Merging devel work on 0.7.X/0.8 release with master Conflicts: CHANGELOG cobbler.spec cobbler/action_import.py cobbler/utils.py cobbler/webui/master.py setup.py
Diffstat (limited to 'config/webui-cherrypy.cfg')
-rw-r--r--config/webui-cherrypy.cfg9
1 files changed, 0 insertions, 9 deletions
diff --git a/config/webui-cherrypy.cfg b/config/webui-cherrypy.cfg
deleted file mode 100644
index 5d7dca9..0000000
--- a/config/webui-cherrypy.cfg
+++ /dev/null
@@ -1,9 +0,0 @@
-[global]
-base_url_filter.on = True
-server.thread_pool = 10
-
-[/static]
-tools.staticdir.on = True
-tools.staticdir.dir = "webui"
-tools.staticdir.root = "/var/www/cobbler"
-