diff options
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" |