Skip to content

Commit

Permalink
fix(EB): consolidate extensions (#7748)
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat authored Jul 2, 2016
1 parent c871d88 commit aa27d2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .ebextensions/01-increase-timeout.config

This file was deleted.

7 changes: 7 additions & 0 deletions .ebextensions/deploy.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
option_settings:
- namespace: aws:elasticbeanstalk:command
option_name: Timeout
value: 1800
- namespace: aws:elb:policies
option_name: ConnectionSettingIdleTimeout
value: 900
commands:
01_sym_node:
command: "ln -sf $(ls -td /opt/elasticbeanstalk/node-install/node-* | head -1)/bin/node /bin/node"
Expand Down

0 comments on commit aa27d2d

Please sign in to comment.