comparison host/startup/nginx/nginx.conf.luan @ 1724:32c6b085bb83

test custom nginx
author Vadim Filimonov <fffilimonov@yandex.ru>
date Thu, 11 Aug 2022 12:18:33 +0200
parents 0344a535b1db
children 39af1c737191
comparison
equal deleted inserted replaced
1723:0246add03d11 1724:32c6b085bb83
24 listen 80 default_server; 24 listen 80 default_server;
25 include nginx.default.conf; 25 include nginx.default.conf;
26 } 26 }
27 27
28 include <%=rootDir%>/sites/*/nginx.ssl.conf; 28 include <%=rootDir%>/sites/*/nginx.ssl.conf;
29 include <%=rootDir%>/sites/*/src/nginx.custom.conf;
29 } 30 }
30 <% 31 <%