aboutsummaryrefslogtreecommitdiffstats
path: root/testing/uwsgi/uwsgi.confd
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2015-05-02 16:30:24 +0200
committerBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2015-05-02 16:30:24 +0200
commite430f314f129e5b6fc6d5058ff3e570d1f0ef1b9 (patch)
treea1fb71b994927ec3c0e216a3396a335b889cbe1f /testing/uwsgi/uwsgi.confd
parentccb632a4b55af786da72eca0cd8a22aa6f4ea4b3 (diff)
downloadaports-e430f314f129e5b6fc6d5058ff3e570d1f0ef1b9.tar.bz2
aports-e430f314f129e5b6fc6d5058ff3e570d1f0ef1b9.tar.xz
testing/uwsgi: move to main
Diffstat (limited to 'testing/uwsgi/uwsgi.confd')
-rw-r--r--testing/uwsgi/uwsgi.confd63
1 files changed, 0 insertions, 63 deletions
diff --git a/testing/uwsgi/uwsgi.confd b/testing/uwsgi/uwsgi.confd
deleted file mode 100644
index 7759361981..0000000000
--- a/testing/uwsgi/uwsgi.confd
+++ /dev/null
@@ -1,63 +0,0 @@
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/files/uwsgi.confd-r3,v 1.1 2013/03/01 09:50:06 ultrabug Exp $
-
-# YOU SHOULD ONLY MODIFY THIS FILE IF YOU USE THE UWSGI EMPEROR MODE!
-# IF YOU WANT TO RUN A SINGLE APP INSTANCE, CREATE A COPY AND MODIFY THAT INSTEAD!
-
-# Path (or name) of UNIX/TCP socket to bind to
-# Example : UWSGI_SOCKET=127.0.0.1:1234
-UWSGI_SOCKET=
-
-# Enable threads? (1 = yes, 0 = no). The default is 0
-#
-UWSGI_THREADS=0
-
-# The path to your uWSGI application.
-#
-UWSGI_PROGRAM=
-
-# The path to your uWSGI xml config file.
-#
-UWSGI_XML_CONFIG=
-
-# The number of child processes to spawn. The default is 1.
-#
-UWSGI_PROCESSES=1
-
-# The log file path. If empty, log only errors
-#
-UWSGI_LOG_FILE=
-
-# If you want to run your application inside a chroot then specify the
-# directory here. Leave this blank otherwise.
-#
-UWSGI_CHROOT=
-
-# If you want to run your application from a specific directiory specify
-# it here. Leave this blank otherwise.
-#
-UWSGI_DIR=
-
-# The user to run your application as. If you do not specify these,
-# the application will be run as user root.
-#
-UWSGI_USER=
-
-# The group to run your application as. If you do not specify these,
-# the application will be run as group root.
-#
-UWSGI_GROUP=
-
-# Run the uwsgi emperor which loads vassals dynamically from this PATH
-# see http://projects.unbit.it/uwsgi/wiki/Emperor
-# The advised Gentoo folder is /etc/uwsgi.d/
-UWSGI_EMPEROR_PATH=
-
-# The group the emperor should run as. This is different from the UWSGI_GROUP
-# as you could want your apps share some sockets with other processes such as
-# www servers while preserving your emperor logs from being accessible by them.
-UWSGI_EMPEROR_GROUP=
-
-# Additional options you might want to pass to uWSGI
-#
-UWSGI_EXTRA_OPTIONS=