diff host/test/test_https.luan @ 2158:b235600ea89b nginx_sites_addon tip

add nginx_default_conf
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 27 Jan 2026 21:50:37 -0700
parents c0847b30833f
children
line wrap: on
line diff
--- a/host/test/test_https.luan	Tue Jan 27 19:51:41 2026 -0800
+++ b/host/test/test_https.luan	Tue Jan 27 21:50:37 2026 -0700
@@ -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)