Mercurial > templog
annotate 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 |
rev | line source |
---|---|
252 | 1 [uwsgi] |
2 | |
3 # run with "/path/to/venv/bin/uwsgi --chdir /path/to/web /path/to/web/templog.uwsgi" | |
4 # tested with Apache mod_proxy_uwsgi and | |
5 # ProxyPass /~matt/t2 uwsgi://127.0.0.1:9090/ | |
6 | |
7 # future: apache > 2.4.9 could use "socket=uwsgi.sock" and then apache config of | |
8 # ProxyPass /templog unix:/path/to/web/uwsgi.sock|uwsgi:// | |
9 socket=127.0.0.1:9090 | |
10 | |
11 wsgi-file=templog.uwsgi | |
12 gevent=100 | |
13 | |
257 | 14 user = matt |
15 group = matt | |
16 | |
17 chdir = /home/matt/templog/web |