Skip to content
Snippets Groups Projects
Commit 3c4847c0 authored by derneuere's avatar derneuere
Browse files

Remove large client_max_body_size

We don't need that anymore, because the chunked uploader sends only small chunks
parent 048d54a3
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ events {
http {
server {
listen 80;
client_max_body_size 100M;
location / {
# React routes are entirely on the App side in the web broswer
# Always proxy to root with the same page request when nginx 404s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment