comparison host/startup/nginx/nginx.conf.luan @ 2150:b45fef3e5078 nginx_sites_addon

nginx_sites
author Violet7
date Mon, 26 Jan 2026 18:59:07 -0800
parents 1e247cd012ee
children
comparison
equal deleted inserted replaced
2148:1e40503a1c3c 2150:b45fef3e5078
35 } 35 }
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 } 41 }
41 <% 42 <%