try to fix nginx issues on config deploy
This commit is contained in:
parent
0954da18b8
commit
92523742b7
|
@ -0,0 +1,3 @@
|
|||
container_commands:
|
||||
removeconfig:
|
||||
command: "rm -f /tmp/deployment/config/#etc#nginx#conf.d#00_elastic_beanstalk_proxy.conf /etc/nginx/conf.d/00_elastic_beanstalk_proxy.conf"
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash -xe
|
||||
rm -f /etc/nginx/conf.d/00_elastic_beanstalk_proxy.conf
|
||||
service nginx stop
|
||||
service nginx start
|
Loading…
Reference in New Issue