summaryrefslogtreecommitdiffstats
path: root/config/webui-cherrypy.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/webui-cherrypy.cfg')
-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"
+