We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc93ad commit 3763748Copy full SHA for 3763748
1 file changed
router/templates/nginx.conf
@@ -75,6 +75,8 @@ http {
75
server {
76
server_name ~^deis-store\.(?<domain>.+)$;
77
include deis.conf;
78
+
79
+ client_max_body_size 0;
80
81
location / {
82
proxy_buffering off;
0 commit comments