Added global variables in sitefiles to allow for https support

This commit is contained in:
Nate Choe
2022-01-29 13:21:35 -06:00
parent db645b0bf5
commit c46ed581c3
18 changed files with 430 additions and 58 deletions

View File

@@ -1,3 +1,7 @@
define transport TLS
define key domain.key
define cert domain.crt
set host localhost:8000
read ^/$ site/index.html
read ^/hello$ site/hello.html