Last active
April 29, 2020 00:25
-
-
Save vivekbeas/ad529b0afd148533985dff3dd82910c9 to your computer and use it in GitHub Desktop.
AWS Elastic beanstalk application configuration to restart the nginx server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
files: | |
"/opt/elasticbeanstalk/hooks/appdeploy/post/06_restart_nginx.sh": | |
mode: "000755" | |
owner: root | |
group: root | |
content: | | |
#!/usr/bin/env bash | |
service nginx restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment