From b6ef7ec47e9172cf0d7cf973b336fb37c6281587 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 25 Dec 2023 20:44:21 +0100 Subject: [PATCH] autopushed --- pinhole.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pinhole.md b/pinhole.md index 507710345..1b08fdcb2 100644 --- a/pinhole.md +++ b/pinhole.md @@ -62,3 +62,5 @@ poetry run uwsgi uwsgi.ini ``` Restart nginx and run :) Or optionally set up a [[systemd]] user service. + +I tried to make it work without uwsgi, using just a reverse proxy to the flask dev server, and for some reason it didn't work. Maybe it was some unrelated complication having to do with some mis-configuration on that mode, but I just moved on and went the uwsgi way as I already run the [[Agora]] like this.