From 6262b5dbde857af6a59df7d60a1b1941586cce47 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 20 Jan 2024 12:13:06 +0100 Subject: [PATCH] fix permissions --- conf/uwsgi.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/uwsgi.ini b/conf/uwsgi.ini index dd05900..23259ec 100644 --- a/conf/uwsgi.ini +++ b/conf/uwsgi.ini @@ -37,6 +37,8 @@ umask = 0022 uid = __APP__ gid = __APP__ +chmod-socket = 666 + # Enable harakiri mode (kill requests after some time) # harakiri = 3600 # harakiri-verbose = true