[damned-lies/oscp] Enable python36 plugin



commit 4765102fd29e0678407ffbc22cac5ffc7ad6eb55
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Mar 26 08:32:14 2020 +0100

    Enable python36 plugin

 uwsgi/Dockerfile | 2 +-
 uwsgi/uwsgi.ini  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/uwsgi/Dockerfile b/uwsgi/Dockerfile
index 1ceda782..a2add6d0 100644
--- a/uwsgi/Dockerfile
+++ b/uwsgi/Dockerfile
@@ -16,4 +16,4 @@ ADD uwsgi.ini /uwsgi.ini
 
 USER l10n
 ENTRYPOINT ["/entrypoint.sh"]
-CMD ["uwsgi", "--enable-threads", "--ini", "/uwsgi.ini", "--http-socket", ":8000"]
+CMD ["uwsgi", "--enable-threads", "--plugin", "python36", "--ini", "/uwsgi.ini"]
diff --git a/uwsgi/uwsgi.ini b/uwsgi/uwsgi.ini
index e7e95f49..d0f317a8 100644
--- a/uwsgi/uwsgi.ini
+++ b/uwsgi/uwsgi.ini
@@ -7,7 +7,7 @@ master = true
 processes = 4
 harakiri = 10
 
-#http-socket = 0.0.0.0:8000
+http-socket = 0.0.0.0:8000
 uid=l10n
 gid=l10n
 vacuum = true


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]