cryptonas-branches/pythonrewrite/bin2/cryptoboxwebserver.conf
age fccfba66d7 * forgot to add Exceptions
* webserver conf in a file
2006-09-04 06:02:53 +00:00

18 lines
414 B
Plaintext

[global]
server.socketPort = 8080
#server.environment = "production"
server.environment = "development"
server.logToScreen = True
server.threadPool = 1
server.reverseDNS = False
server.logFile = "cryptoboxwebserver.log"
[/favicon.ico]
static_filter.on = True
static_filter.file = "/var/www/cryptobox/favicon.ico"
[/cryptobox.css]
static_filter.on = True
static_filter.file = "/var/www/cryptobox/cryptobox.css"