changeset 0 | 5f4fcbc80b37 |
-1:000000000000 | 0:5f4fcbc80b37 |
---|---|
1 uwsgi: |
|
2 uwsgi-socket: :{{annotations_api_port}} |
|
3 virtualenv: {{annotations_api_venv}} |
|
4 chdir: {{annotations_api_venv}}/bin |
|
5 master: true |
|
6 mount: {{annotations_api_url}}=hypothesis_proxy.py |
|
7 processes: 1 |
|
8 buffer-size: 65535 |
|
9 logto: {{log_base_path}}/annotation_api_wsgi.log |
|
10 env: CONFIG_PATH={{annotations_api_config_base}}/annotation_api_configuration.ini |
|
11 manage-script-name : true |
|
12 uid = uwsgi |
|
13 gid = uwsgi |