aboutsummaryrefslogtreecommitdiff
path: root/app/uwsgi.ini
diff options
context:
space:
mode:
Diffstat (limited to 'app/uwsgi.ini')
-rw-r--r--app/uwsgi.ini15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/uwsgi.ini b/app/uwsgi.ini
deleted file mode 100644
index 2dae309..0000000
--- a/app/uwsgi.ini
+++ /dev/null
@@ -1,15 +0,0 @@
-[uwsgi]
-processes = 1
-threads = 4
-
-env = CUSTOM_CONFIG=config-compose.yml
-
-# use 127.0.0.1 instead of 0.0.0.0 if possible
-# this is for a containerized deployment
-socket = 0.0.0.0:9200
-
-module = wsgi:application
-
-# uid = uwsgi
-
-# home = env