From 1a2515cd84e0d50f3829e3fd67ac5430ff2b5379 Mon Sep 17 00:00:00 2001 From: Nick Satterly Date: Sun, 7 Apr 2024 23:00:14 +0200 Subject: [PATCH] fix --- config/templates/app/nginx.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/config/templates/app/nginx.conf.j2 b/config/templates/app/nginx.conf.j2 index 8e27160d..4327eb2f 100644 --- a/config/templates/app/nginx.conf.j2 +++ b/config/templates/app/nginx.conf.j2 @@ -18,6 +18,7 @@ http { fastcgi_temp_path /tmp/fastcgi_temp; proxy_temp_path /tmp/proxy_temp; scgi_temp_path /tmp/scgi_temp; + uwsgi_temp_path /tmp/uwsgi_temp; include /etc/nginx/mime.types;