changeset 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 9527f3078a89
children 867e88728368
files host/startup/nginx/nginx.conf.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;
 }
 <%