formatting nginx.js
This commit is contained in:
parent
dec0ff31eb
commit
05831fcd44
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ const internalNginx = {
|
||||||
// Delete the .err file too
|
// Delete the .err file too
|
||||||
return internalNginx.deleteConfig(host_type, host, false, true);
|
return internalNginx.deleteConfig(host_type, host, false, true);
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
return internalNginx.generateConfig(host_type, host);
|
return internalNginx.generateConfig(host_type, host);
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
|
Loading…
Reference in a new issue