Skip to content

Commit

Permalink
fix: update ebextension to fix EB deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonlimlianjie committed Sep 7, 2021
1 parent a3c5fbf commit 204f2aa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .ebextensions/nginx-max-body-size.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ files:
owner: root
group: root
content: |
client_max_body_size 10M;

commands:
00_reload_nginx:
command: "service nginx reload"
client_max_body_size 10M;

0 comments on commit 204f2aa

Please sign in to comment.