Mercurial Hosting > luan
comparison host/startup/nginx/nginx.conf.luan @ 2037:a4435e2e3417 acme-tiny
Edit scripts to use acme-tiny
| author | Violet7 |
|---|---|
| date | Sat, 08 Nov 2025 04:29:49 -0800 |
| parents | da85925fea9c |
| children |
comparison
equal
deleted
inserted
replaced
| 2036:2740f8a9ba3a | 2037:a4435e2e3417 |
|---|---|
| 25 listen [::]:80 default_server; | 25 listen [::]:80 default_server; |
| 26 include nginx.default.conf; | 26 include nginx.default.conf; |
| 27 } | 27 } |
| 28 | 28 |
| 29 include <%=rootDir%>/sites/*/nginx.ssl.conf; | 29 include <%=rootDir%>/sites/*/nginx.ssl.conf; |
| 30 include /tmp/acme_setup/*/nginx.acme_setup.conf; | |
| 30 } | 31 } |
| 31 <% | 32 <% |
