mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge branch 'master' of https://github.com/sharelatex/web-sharelatex
This commit is contained in:
commit
5d3dacae99
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ if Settings.catchErrors
|
|||
BackgroundTasks.run()
|
||||
|
||||
port = Settings.port or Settings.internal?.web?.port or 3000
|
||||
Server.server.listen port, ->
|
||||
host = Settings.internal.web.host or "localhost"
|
||||
Server.server.listen port, host, ->
|
||||
logger.info("web-sharelatex listening on port #{port}")
|
||||
logger.info("#{require('http').globalAgent.maxSockets} sockets enabled")
|
||||
if argv.user
|
||||
|
|
Loading…
Reference in a new issue