From 26df0cb33dbfe3c438b086ce4cd9db22aa2baea3 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 25 Dec 2023 19:44:52 +0100 Subject: [PATCH] autopushed --- pinhole.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pinhole.md b/pinhole.md index 37bea40c2..bdd155443 100644 --- a/pinhole.md +++ b/pinhole.md @@ -38,3 +38,17 @@ location / { uwsgi_param UWSGI_THREADS 5; } ``` + +- Set up uwsgi. I created the following uwsgi.ini and ./run-uwsgi.sh scripts: + +``` +> +> +``` + +``` +> +> +``` + +Run :)