Mercurial Hosting > luan
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1724:32c6b085bb83 | 1725:39af1c737191 |
|---|---|
| 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; | |
| 30 } | 29 } |
| 31 <% | 30 <% |
