comparison host/startup/nginx/nginx.conf.luan @ 2155:088d5f215d66 nginx_sites_addon

remove nginx_sites include https in nginx.conf.luan
author Violet7
date Tue, 27 Jan 2026 19:38:01 -0800
parents 03d4c892b436
children d2e2bb4ad044
comparison
equal deleted inserted replaced
2154:03d4c892b436 2155:088d5f215d66
36 36
37 # glob pattern returns no results for site dirs that don't have 37 # glob pattern returns no results for site dirs that don't have
38 # the ssl/ subdir, so this is ok 38 # the ssl/ subdir, so this is ok
39 include <%=rootDir%>/sites/*/ssl/nginx.ssl.conf; 39 include <%=rootDir%>/sites/*/ssl/nginx.ssl.conf;
40 include <%=rootDir%>/nginx_sites/*/*.conf; 40 include <%=rootDir%>/nginx_sites/*/*.conf;
41 include <%=rootDir%>/nginx_sites/*/https/*/ssl/*.conf;
42 41
43 } 42 }
44 <% 43 <%