summaryrefslogtreecommitdiffstats
path: root/config/webui-cherrypy.cfg
blob: 5d7dca932d8227034c644831208f2be058848233 (plain)
1
2
3
4
5
6
7
8
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"