Add (tested) uwsgi configuration

Launch with `uwsgi --yaml e2e-tests/llng-uwsgi.yaml`
This commit is contained in:
Xavier Guimard 2018-03-23 14:54:31 +01:00
parent 74ee0c43fc
commit e2b72c3612
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
uwsgi:
plugins: psgi
socket: 127.0.0.1:5000
psgi: e2e-tests/llng-server.psgi
master: true

View File

@ -0,0 +1,5 @@
uwsgi:
plugins: psgi
socket: 127.0.0.1:5000
psgi: /TODO/macro/to/llng-server.psgi
master: true