Update cloud-config.yaml

This commit is contained in:
Ludovico Magnocavallo
2020-06-02 10:14:03 +02:00
committed by GitHub
parent cd70dcc238
commit af95bb3110

View File

@@ -74,5 +74,4 @@ bootcmd:
runcmd:
- iptables -I INPUT 1 -p tcp -m tcp --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT
- systemctl daemon-reload
- systemctl restart systemd-resolved.service
- systemctl start nginx
- systemctl start nginx