Stop firewall before adding http script
This commit is contained in:
parent
7aac73dd05
commit
ae2032c97f
@ -12,5 +12,6 @@ ln -s `pwd`/nginx.conf /etc/nginx/sites-enabled/poc
|
|||||||
service nginx start
|
service nginx start
|
||||||
|
|
||||||
# Ensure port 80 is allowed from anywhere
|
# Ensure port 80 is allowed from anywhere
|
||||||
|
service firewall stop
|
||||||
cp 60_allow_http /etc/firewall.d/60_allow_http
|
cp 60_allow_http /etc/firewall.d/60_allow_http
|
||||||
service firewall restart
|
service firewall restart
|
||||||
|
Loading…
x
Reference in New Issue
Block a user