changeset 2150:b45fef3e5078 nginx_sites_addon

nginx_sites
author Violet7
date Mon, 26 Jan 2026 18:59:07 -0800
parents 1e40503a1c3c
children 9527f3078a89
files .hgignore host/startup/nginx/nginx.conf.luan
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
diff -r 1e40503a1c3c -r b45fef3e5078 .hgignore
--- a/.hgignore	Fri Jan 23 20:58:21 2026 -0600
+++ b/.hgignore	Mon Jan 26 18:59:07 2026 -0800
@@ -11,6 +11,7 @@
 luan.tar
 .DS_Store
 host/sites/
+host/nginx_sites
 host/logs/
 host/started.lock
 backup/logs/
diff -r 1e40503a1c3c -r b45fef3e5078 host/startup/nginx/nginx.conf.luan
--- a/host/startup/nginx/nginx.conf.luan	Fri Jan 23 20:58:21 2026 -0600
+++ b/host/startup/nginx/nginx.conf.luan	Mon Jan 26 18:59:07 2026 -0800
@@ -37,5 +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;
 }
 <%