From 5f0e2bbc03e5bf59e867d142bcddcd5c3794b31d Mon Sep 17 00:00:00 2001 From: shockrah Date: Fri, 24 Jun 2022 12:24:10 -0700 Subject: [PATCH] * Larger file upload support for gallery --- playbooks/alpha/nginx/gallery.leftcoast.space | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/alpha/nginx/gallery.leftcoast.space b/playbooks/alpha/nginx/gallery.leftcoast.space index 92a15bd..80ccbe3 100644 --- a/playbooks/alpha/nginx/gallery.leftcoast.space +++ b/playbooks/alpha/nginx/gallery.leftcoast.space @@ -7,6 +7,8 @@ server { location / { proxy_pass http://127.0.0.1:8000; } + # Because we take large video/image file uploads + client_max_body_size 100M; }