srv0,webserver: expose port 80 so ACME can verify the certificate

This commit is contained in:
steveej 2021-02-07 17:01:17 +01:00
parent ffc9bb9fec
commit 8bff26c5e8
2 changed files with 29 additions and 4 deletions

View file

@ -61,6 +61,7 @@ in {
hostAddress = "192.168.100.12";
localAddress = "192.168.100.13";
httpPort = 80;
httpsPort = 443;
};