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