diff host/startup/nginx/nginx.conf.luan @ 2037:a4435e2e3417 acme-tiny

Edit scripts to use acme-tiny
author Violet7
date Sat, 08 Nov 2025 04:29:49 -0800
parents da85925fea9c
children
line wrap: on
line diff
--- a/host/startup/nginx/nginx.conf.luan	Wed Nov 05 21:49:39 2025 -0800
+++ b/host/startup/nginx/nginx.conf.luan	Sat Nov 08 04:29:49 2025 -0800
@@ -27,5 +27,6 @@
 	}
 
 	include <%=rootDir%>/sites/*/nginx.ssl.conf;
+	include /tmp/acme_setup/*/nginx.acme_setup.conf;
 }
 <%