aboutsummaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-02-07 08:57:23 -0600
committerthe lemons <citrons@mondecitronne.com>2022-02-07 08:57:23 -0600
commit97f6cc0097345caecf952e4b689c733c43f134fc (patch)
treed5cd9265559757e73ee714067ab9f11bcb016d62 /debug
parentd2fab210ca437643e420b9924650f1551e497f8b (diff)
remove UI for submitting imagesillustrations
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.
Diffstat (limited to 'debug')
-rw-r--r--debug/nginx.conf2
1 files changed, 2 insertions, 0 deletions
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;