Add nodejs directory path to ConfigStore for improved configuration management
This commit is contained in:
parent
de6d3b8c51
commit
5359685e80
@ -92,6 +92,7 @@ export class ConfigStore {
|
||||
join(this.basePath, "nginx", "sites-enabled"),
|
||||
join(this.basePath, "nginx", "ssl"),
|
||||
join(this.basePath, "redis"),
|
||||
join(this.basePath, "nodejs"),
|
||||
join(this.basePath, "logs"),
|
||||
join(this.basePath, "temp"),
|
||||
join(this.basePath, "www"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user