diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-03-31 09:32:54 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-03-31 09:32:58 +0000 |
commit | 0616c2087e49917c3eff95041993b395ea8789cf (patch) | |
tree | 79be5fd230ca976711df82b693ad7fcc7bbfdd48 /main/patchwork/uwsgi.patchwork.confd | |
parent | 9826cf80d4897c633bdf58e9a918a35184f8c09d (diff) | |
download | aports-0616c2087e49917c3eff95041993b395ea8789cf.tar.bz2 aports-0616c2087e49917c3eff95041993b395ea8789cf.tar.xz |
main/patchwork: upgrade to v1.1.1. Added nginx and uwsgi support
Diffstat (limited to 'main/patchwork/uwsgi.patchwork.confd')
-rw-r--r-- | main/patchwork/uwsgi.patchwork.confd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/patchwork/uwsgi.patchwork.confd b/main/patchwork/uwsgi.patchwork.confd new file mode 100644 index 0000000000..febc0b5494 --- /dev/null +++ b/main/patchwork/uwsgi.patchwork.confd @@ -0,0 +1,11 @@ +UWSGI_SOCKET= +UWSGI_THREADS=0 +UWSGI_PROGRAM= +UWSGI_XML_CONFIG= +UWSGI_PROCESSES=5 +UWSGI_LOG_FILE= +UWSGI_CHROOT= +UWSGI_DIR= +UWSGI_USER= +UWSGI_GROUP= +UWSGI_EXTRA_OPTIONS="--ini /etc/patchwork/patchwork.ini" |