Mercurial Hosting > luan
changeset 2078:ac991d32dea5 ssltesting
minor
| author | Violet7 |
|---|---|
| date | Tue, 09 Dec 2025 17:11:27 -0800 |
| parents | 6016342e54ea |
| children | d9d6d25e28c4 |
| files | src/luan/host/https.luan |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
diff -r 6016342e54ea -r ac991d32dea5 src/luan/host/https.luan --- a/src/luan/host/https.luan Tue Dec 09 17:08:57 2025 -0800 +++ b/src/luan/host/https.luan Tue Dec 09 17:11:27 2025 -0800 @@ -80,7 +80,7 @@ -- generate and write the conf -- TODO: maybe store this in the ssl files dir? local conf = load_file(luanhost_file.."startup/nginx/nginx.acme_setup.conf.luan") - local acme_nginx = ` conf(site_dir.canonical.to_string(),domain) ` + local acme_nginx = ` conf(site_dir.canonical().to_string(),domain) ` local outfile = site_dir.child("nginx.acme_setup.conf") outfile.write(acme_nginx)
