stacker.news/.platform/confighooks/postdeploy/99_kill_default_nginx.sh

4 lines
110 B
Bash
Raw Normal View History

2022-02-22 15:41:13 -06:00
#!/bin/bash -xe
rm -f /etc/nginx/conf.d/00_elastic_beanstalk_proxy.conf
service nginx stop
service nginx start