Skip to content
Snippets Groups Projects
Commit 048d54a3 authored by derneuere's avatar derneuere
Browse files

Bump client request body size

parent aba4d3ed
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ events { ...@@ -10,6 +10,7 @@ events {
http { http {
server { server {
listen 80; listen 80;
client_max_body_size 100M;
location / { location / {
# React routes are entirely on the App side in the web broswer # React routes are entirely on the App side in the web broswer
# Always proxy to root with the same page request when nginx 404s # 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