[damned-lies/oscp] Switch uwsgi to HTTP socket



commit 556653ed1645fc93c390ccaff8867c839f2e9da6
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Mar 23 17:22:47 2020 +0100

    Switch uwsgi to HTTP socket

 uwsgi/uwsgi.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/uwsgi/uwsgi.ini b/uwsgi/uwsgi.ini
index 40610735..911ece74 100644
--- a/uwsgi/uwsgi.ini
+++ b/uwsgi/uwsgi.ini
@@ -7,7 +7,7 @@ processes = 5
 
 buffer-size = 16384
 
-socket = :8000
+http-socket = 0.0.0.0:8000
 uid=l10n
 gid=l10n
 protocol = uwsgi


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