changeset 2155:088d5f215d66 nginx_sites_addon tip

remove nginx_sites include https in nginx.conf.luan
author Violet7
date Tue, 27 Jan 2026 19:38:01 -0800
parents 03d4c892b436
children
files host/startup/nginx/nginx.conf.luan
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/host/startup/nginx/nginx.conf.luan	Tue Jan 27 18:54:59 2026 -0800
+++ b/host/startup/nginx/nginx.conf.luan	Tue Jan 27 19:38:01 2026 -0800
@@ -38,7 +38,6 @@
 	# the ssl/ subdir, so this is ok
 	include <%=rootDir%>/sites/*/ssl/nginx.ssl.conf;
 	include <%=rootDir%>/nginx_sites/*/*.conf;
-	include <%=rootDir%>/nginx_sites/*/https/*/ssl/*.conf;
 
 }
 <%