Mercurial Hosting > luan
changeset 2132:44f47df52976
fix
| author | Violet7 |
|---|---|
| date | Fri, 16 Jan 2026 16:56:38 -0800 |
| parents | bb4ee21f5d5c |
| children | c3b4c19f2d8a |
| files | src/luan/host/Https.luan |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/luan/host/Https.luan Fri Jan 16 16:54:23 2026 -0800 +++ b/src/luan/host/Https.luan Fri Jan 16 16:56:38 2026 -0800 @@ -108,7 +108,7 @@ end local function reload_nginx(luanhost_dir_str) - local cmd = "sudo nginx -t && sudo nginx -s reload -c;" + local cmd = "sudo nginx -t && sudo nginx -s reload;" local s = uri("bash:"..cmd).read_text() logger.info("reload_nginx "..s) end
