From 97f6cc0097345caecf952e4b689c733c43f134fc Mon Sep 17 00:00:00 2001 From: the lemons Date: Mon, 7 Feb 2022 08:57:23 -0600 Subject: remove UI for submitting images fcgiwrap is broken and will not support file uploads as big as an image. so, I plan to just manually add images for now. images can be displayed, but the administrator has to add them. --- debug/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debug') diff --git a/debug/nginx.conf b/debug/nginx.conf index 1ff0baf..dd560b1 100644 --- a/debug/nginx.conf +++ b/debug/nginx.conf @@ -19,6 +19,8 @@ http { gzip off; + proxy_temp_path /tmp; + server { listen 8080; -- cgit v1.2.3