Mercurial Hosting > luan
diff host/test/test_https.luan @ 2163:9abb0272665d default tip
merge nginx_sites_addon
| author | Violet7 |
|---|---|
| date | Sun, 01 Feb 2026 15:30:31 -0800 |
| parents | b235600ea89b |
| children |
line wrap: on
line diff
--- a/host/test/test_https.luan Fri Jan 23 20:58:21 2026 -0600 +++ b/host/test/test_https.luan Sun Feb 01 15:30:31 2026 -0800 @@ -13,8 +13,9 @@ local domain = "https.me.luan.software" local site_dir = uri("file:local") local luanhost_dir = uri("file:..") +local nginx_default_conf = uri("file:../local/nginx.default.conf") local dry_run = true site_dir.mkdir() -Https.do_set_https(is_https,domain,site_dir,luanhost_dir,dry_run) +Https.do_set_https(is_https,domain,site_dir,luanhost_dir,nginx_default_conf,dry_run)
