Skip to content

Commit

Permalink
config actualized. version updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel trukhanov committed Oct 25, 2010
1 parent 88d7b20 commit efffcbe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
frontik (2.4.0) unstable; urgency=low

* threaded jobs added, and threaded xslt impl

-- Pavel Trukhanov <p.trukhanov@hh.ru> Mon, 25 Oct 2010 23:18:37 +0400

frontik (2.3.4) unstable; urgency=low

* Syslog simplified, according to http://github.com/hhru/frontik/commit/5951e476eb36ef251d78cbf2a4ac7e37eb386ca8#commitcomment-174850
Expand Down
16 changes: 14 additions & 2 deletions production/frontik.cfg
@@ -1,12 +1,24 @@
host = "0.0.0.0"
start_port = 9300
port = 9300
workers_count = 4

handlers_count = 10
autoreload = False
daemonize = True

pidfile_template = "/var/run/frontik.%(port)s.pid"

loglevel = "debug"
logfile_template = "/var/log/frontik.%(port)s.log"

app_package = 'frontik_www'
debug = False
debug_login = "1"
debug_password = "1"

suppressed_loggers = ['tornado.httpclient', 'tornado.ioloop',]
executor_pool = False
executor_pool_size = 3

apps = {
"page": "/var/www/xscript/xhh/frontik_www",
}

0 comments on commit efffcbe

Please sign in to comment.