Mercurial Hosting > luan
comparison host/startup/nginx/nginx.ssl.conf.luan @ 1727:63ab02188e9d
change priority
author | Vadim Filimonov <fffilimonov@yandex.ru> |
---|---|
date | Thu, 11 Aug 2022 13:11:53 +0200 |
parents | b5baa841ea1b |
children | da85925fea9c |
comparison
equal
deleted
inserted
replaced
1726:b5baa841ea1b | 1727:63ab02188e9d |
---|---|
15 return 301 http://$http_host$request_uri; | 15 return 301 http://$http_host$request_uri; |
16 } | 16 } |
17 | 17 |
18 ssl_certificate <%=rootDir%>/sites/<%=domain%>/fullchain.cer; | 18 ssl_certificate <%=rootDir%>/sites/<%=domain%>/fullchain.cer; |
19 ssl_certificate_key <%=rootDir%>/sites/<%=domain%>/<%=domain%>.key; | 19 ssl_certificate_key <%=rootDir%>/sites/<%=domain%>/<%=domain%>.key; |
20 include <%=rootDir%>/sites/<%=domain%>/site/nginx.*.conf; | |
20 include <%=rootDir%>/local/nginx.default.conf; | 21 include <%=rootDir%>/local/nginx.default.conf; |
21 include <%=rootDir%>/sites/<%=domain%>/site/nginx.*.conf; | |
22 } | 22 } |
23 <% | 23 <% |