comparison web/templog-uwsgi.ini @ 586:87c20b8c5472 default master

port to python3
author Matt Johnston <matt@ucc.asn.au>
date Mon, 09 Sep 2019 22:24:10 +0800
parents d0c29436bb63
children
comparison
equal deleted inserted replaced
585:1c484dab4e83 586:87c20b8c5472
9 socket=127.0.0.1:9090 9 socket=127.0.0.1:9090
10 10
11 wsgi-file=templog.uwsgi 11 wsgi-file=templog.uwsgi
12 gevent=100 12 gevent=100
13 13
14 # for client certificates. default limit is 4096, not sufficient
15 buffer-size=20000
16
17 user = matt 14 user = matt
18 group = matt 15 group = matt
19 16
20 chdir = /home/matt/templog/web 17 chdir = /home/matt/templog/web