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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

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