static-website: use port 80 & 443
This commit is contained in:
parent
5e2b2244c5
commit
af59db64dd
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ authors: "dummy"
|
|||
homepage: "dummy"
|
||||
bug-reports: "dummy"
|
||||
dev-repo: "git+https://example.com/nonexistent"
|
||||
build: [ "sh" "-exc" "cd applications/static_website_tls && mirage configure -t hvt && mirage build" ]
|
||||
build: [ "sh" "-exc" "cd applications/static_website_tls && mirage configure -t hvt --http 80 --https 443 && mirage build" ]
|
||||
synopsis: "A static website example unikernel."
|
||||
install: [
|
||||
[ "cp" "applications/static_website_tls/https.hvt" "%{bin}%/https.hvt" ]
|
||||
|
|
Loading…
Reference in a new issue