Mercurial Hosting > luan
comparison host/startup/nginx/nginx.ssl.conf.luan @ 1726:b5baa841ea1b
fix directive
| author | Vadim Filimonov <fffilimonov@yandex.ru> |
|---|---|
| date | Thu, 11 Aug 2022 12:40:19 +0200 |
| parents | 39af1c737191 |
| children | 63ab02188e9d |
comparison
equal
deleted
inserted
replaced
| 1725:39af1c737191 | 1726:b5baa841ea1b |
|---|---|
| 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%>/local/nginx.default.conf; | 20 include <%=rootDir%>/local/nginx.default.conf; |
| 21 <%=rootDir%>/sites/<%=domain%>/site/nginx.*.conf; | 21 include <%=rootDir%>/sites/<%=domain%>/site/nginx.*.conf; |
| 22 } | 22 } |
| 23 <% | 23 <% |
