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

Last change on this file since 2796 was 2740, checked in by quentin, 14 years ago

Merge auth.fcgi and unauth.fcgi fixes from the old branch

File size: 239 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.remote_user_login.on = True
6
7engine.SIGHUP = None
8engine.SIGTERM = None
9
10log.screen = False
Note: See TracBrowser for help on using the repository browser.