diff host/startup/nginx/nginx.conf.luan @ 2152:13f2ef0fe1de nginx_sites_addon

nginx_sites include fix
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 27 Jan 2026 17:14:33 -0700
parents b45fef3e5078
children 03d4c892b436
line wrap: on
line diff
--- a/host/startup/nginx/nginx.conf.luan	Mon Jan 26 20:25:32 2026 -0700
+++ b/host/startup/nginx/nginx.conf.luan	Tue Jan 27 17:14:33 2026 -0700
@@ -37,6 +37,6 @@
 	# glob pattern returns no results for site dirs that don't have 
 	# the ssl/ subdir, so this is ok
 	include <%=rootDir%>/sites/*/ssl/nginx.ssl.conf;
-	include <%=rootDir%>/nginx_sites/*.conf;
+	include <%=rootDir%>/nginx_sites/*/*.conf;
 }
 <%