[damned-lies/oscp] Try to enable HTTP protocol in uwsgi
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies/oscp] Try to enable HTTP protocol in uwsgi
- Date: Tue, 24 Mar 2020 08:34:18 +0000 (UTC)
commit a6f22a506a3e055733c0e59f0861c0d26b42a1dc
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Tue Mar 24 09:33:54 2020 +0100
Try to enable HTTP protocol in uwsgi
uwsgi/uwsgi.ini | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/uwsgi/uwsgi.ini b/uwsgi/uwsgi.ini
index 053d0d1b..7737af8b 100644
--- a/uwsgi/uwsgi.ini
+++ b/uwsgi/uwsgi.ini
@@ -1,11 +1,9 @@
[uwsgi]
-wsgi-file = /l10n/damnedlies/damnedlies/wsgi.py
+module = damnedlies.wsgi:application
chdir = /l10n/damnedlies
master = true
-processes = 5
-
-buffer-size = 16384
+processes = 1
http-socket = 0.0.0.0:8000
uid=l10n
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]