Skip to content

Commit

Permalink
Merge pull request #287 from isomerpages/fix/update-ebextension
Browse files Browse the repository at this point in the history
fix(hotfix-develop): update ebextension
  • Loading branch information
prestonlimlianjie authored Sep 7, 2021
2 parents ead2ae2 + 204f2aa commit 8acd3bc
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 8acd3bc

Please sign in to comment.