source: trunk/packages/invirt-web/code/main.conf @ 2737

Last change on this file since 2737 was 2737, checked in by broder, 14 years ago

Merge cherrypy-rebased branch of invirt-web into trunk.

File size: 301 bytes
Line 
1# This file is used when the web interface is loaded as a FastCGI
2[global]
3#auto_reload doesn't work with FastCGI
4engine.auto_reload = False
5tools.mako.module_directory = "/tmp/invirt-web-templatecache"
6tools.remote_user_login.on = True
7
8engine.SIGHUP = None
9engine.SIGTERM = None
10
11log.screen = False
Note: See TracBrowser for help on using the repository browser.