summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-11 18:41:35 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-11 18:41:35 -0400
commitbe10c5605d5376a8c5c14a3be5b306bb951fd0f2 (patch)
treeb91b754cca3707cb65c30716d6ecc838c4a93532 /config
parent17ffb1ded3928943abfad248e12240868678ac3f (diff)
downloadthird_party-cobbler-be10c5605d5376a8c5c14a3be5b306bb951fd0f2.tar.gz
third_party-cobbler-be10c5605d5376a8c5c14a3be5b306bb951fd0f2.tar.xz
third_party-cobbler-be10c5605d5376a8c5c14a3be5b306bb951fd0f2.zip
Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work TBA.
Diffstat (limited to 'config')
-rw-r--r--config/webui-cherrypy.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/webui-cherrypy.cfg b/config/webui-cherrypy.cfg
new file mode 100644
index 0000000..5d7dca9
--- /dev/null
+++ b/config/webui-cherrypy.cfg
@@ -0,0 +1,9 @@
+[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"
+