We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4821ea2 commit b111092Copy full SHA for b111092
config/nginx.conf.erb
@@ -26,6 +26,8 @@ http {
26
#Must read the body in 5 seconds.
27
client_body_timeout 5;
28
29
+ client_max_body_size 32m;
30
+
31
upstream app_server {
32
server unix:/tmp/nginx.socket fail_timeout=0;
33
}
0 commit comments