From 22b10e08c3f0aa1d5404965f136546076cb26b10 Mon Sep 17 00:00:00 2001 From: Preston Lim Date: Tue, 7 Sep 2021 14:51:47 +0800 Subject: [PATCH] fix: update ebextension to fix EB deploy --- .ebextensions/nginx-max-body-size.config | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.ebextensions/nginx-max-body-size.config b/.ebextensions/nginx-max-body-size.config index fdf7dacca..7788a9626 100644 --- a/.ebextensions/nginx-max-body-size.config +++ b/.ebextensions/nginx-max-body-size.config @@ -4,8 +4,4 @@ files: owner: root group: root content: | - client_max_body_size 10M; - -commands: - 00_reload_nginx: - command: "service nginx reload" \ No newline at end of file + client_max_body_size 10M; \ No newline at end of file