We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 896b5d3 + 3763748 commit 1cb0655Copy full SHA for 1cb0655
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