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; }