Mercurial Hosting > luan
changeset 2157:484d2b42f2d1 nginx_sites_addon
only include nginx.conf in nginx_sites in nginx.conf.luan
| author | Violet7 |
|---|---|
| date | Tue, 27 Jan 2026 19:51:41 -0800 |
| parents | d2e2bb4ad044 |
| children | b235600ea89b |
| files | host/startup/nginx/nginx.conf.luan |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
diff -r d2e2bb4ad044 -r 484d2b42f2d1 host/startup/nginx/nginx.conf.luan --- a/host/startup/nginx/nginx.conf.luan Tue Jan 27 19:44:35 2026 -0800 +++ b/host/startup/nginx/nginx.conf.luan Tue Jan 27 19:51:41 2026 -0800 @@ -38,7 +38,7 @@ # 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; + include <%=rootDir%>/nginx_sites/*/nginx.conf; } <%
