mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
Listen 'address' for Web
This commit is contained in:
parent
d54338c46e
commit
3460b98bf5
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ exports.getModule = class WebServerModule extends ServerModule {
|
|||
return nextService(Errors.Invalid(`Invalid port: ${config.contentServers.web[service].port}`));
|
||||
}
|
||||
|
||||
this[name].listen(port, err => {
|
||||
this[name].listen(port, config.contentServers.web[service].address, err => {
|
||||
return nextService(err);
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue