diff host/startup/nginx/nginx.conf.luan @ 1725:39af1c737191

use custom nginx conf for ssl
author Vadim Filimonov <fffilimonov@yandex.ru>
date Thu, 11 Aug 2022 12:34:29 +0200
parents 32c6b085bb83
children da85925fea9c
line wrap: on
line diff
--- a/host/startup/nginx/nginx.conf.luan	Thu Aug 11 12:18:33 2022 +0200
+++ b/host/startup/nginx/nginx.conf.luan	Thu Aug 11 12:34:29 2022 +0200
@@ -26,6 +26,5 @@
 	}
 
 	include <%=rootDir%>/sites/*/nginx.ssl.conf;
-	include <%=rootDir%>/sites/*/src/nginx.custom.conf;
 }
 <%