Skip to content

Commit 3763748

Browse files
committed
fix(router): remove store gateway body limit
1 parent 6cc93ad commit 3763748

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)