Skip to content

Commit 1cb0655

Browse files
committed
Merge pull request #2416 from aledbf/remove_store_body_limit
fix(router): remove store gateway body limit
2 parents 896b5d3 + 3763748 commit 1cb0655

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

router/templates/nginx.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ http {
7575
server {
7676
server_name ~^deis-store\.(?<domain>.+)$;
7777
include deis.conf;
78+
79+
client_max_body_size 0;
7880

7981
location / {
8082
proxy_buffering off;

0 commit comments

Comments
 (0)