From 0fa37332852bcdc12d751ad3b1c479ac074b9ade Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 20 Jan 2024 18:59:33 +0100 Subject: [PATCH] fix nginx --- conf/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index a0b66e9..2925a33 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -17,6 +17,9 @@ } location __PATH__/ { + + alias __INSTALL_DIR__/; + include uwsgi_params; # Needed for long running operations in admin interface uwsgi_read_timeout 3600;