changeset 1724:32c6b085bb83

test custom nginx
author Vadim Filimonov <fffilimonov@yandex.ru>
date Thu, 11 Aug 2022 12:18:33 +0200
parents 0246add03d11
children 39af1c737191
files host/startup/nginx/nginx.conf.luan
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/host/startup/nginx/nginx.conf.luan	Wed Aug 10 14:21:15 2022 -0600
+++ b/host/startup/nginx/nginx.conf.luan	Thu Aug 11 12:18:33 2022 +0200
@@ -26,5 +26,6 @@
 	}
 
 	include <%=rootDir%>/sites/*/nginx.ssl.conf;
+	include <%=rootDir%>/sites/*/src/nginx.custom.conf;
 }
 <%