Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Sep 9, 2024
1 parent 53535b3 commit a59ba72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor/runnersub.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export async function runConfigSubdomain(config, domaindata, subdomain, sshExec,
if (value === nginxInfos.http) {
await writeLog("$> http version config is set unchanged");
} else {
nginxInfos.http = value;
nginxInfos.config.http = value;
await writeLog("$> Applying nginx http config on " + subdomain);
await writeLog(await nginxExec.setDirect(subdomain, nginxInfos));
}
Expand Down

0 comments on commit a59ba72

Please sign in to comment.