Mercurial Hosting > luan
diff 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 |
line wrap: on
line diff
--- 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; } <%
