Stop firewall before adding http script

This commit is contained in:
root 2014-02-18 11:08:26 -08:00
parent 7aac73dd05
commit ae2032c97f

View File

@ -12,5 +12,6 @@ ln -s `pwd`/nginx.conf /etc/nginx/sites-enabled/poc
service nginx start
# Ensure port 80 is allowed from anywhere
service firewall stop
cp 60_allow_http /etc/firewall.d/60_allow_http
service firewall restart