diff host/https.luan @ 1632:0344a535b1db

add doc
author fffilimonov
date Tue, 14 Dec 2021 07:41:01 +0000
parents b735ed134662
children
line wrap: on
line diff
--- a/host/https.luan	Mon Dec 13 09:14:52 2021 +0000
+++ b/host/https.luan	Tue Dec 14 07:41:01 2021 +0000
@@ -137,7 +137,7 @@
 			end
 			if key_file.exists() and local_cer_file.exists() then
 				changed = true
-				local conf = load_file "file:startup/nginx.ssl.conf.luan"
+				local conf = load_file "file:startup/nginx/nginx.ssl.conf.luan"
 				local nginx = output_of( function() conf(top_dir,domain) end )
 				nginx_file.write(nginx)
 			end