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