4 lines
110 B
Bash
4 lines
110 B
Bash
|
#!/bin/bash -xe
|
||
|
rm -f /etc/nginx/conf.d/00_elastic_beanstalk_proxy.conf
|
||
|
service nginx stop
|
||
|
service nginx start
|