Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Sep 9, 2024
1 parent 48126ae commit 53535b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/executor/runnersub.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +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;
await writeLog("$> Applying nginx http config on " + subdomain);
await writeLog(await nginxExec.setDirect(subdomain, nginxInfos));
}
Expand Down

0 comments on commit 53535b3

Please sign in to comment.