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

4 lines
110 B
Bash
Raw Normal View History

#!/bin/bash -xe
rm -f /etc/nginx/conf.d/00_elastic_beanstalk_proxy.conf
service nginx stop
service nginx start