mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 14:56:30 +01:00
Fix display error when telnet disabled
This commit is contained in:
parent
63cae2b187
commit
20d1ab0f3d
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ if WEBSERVER_ENABLED:
|
|||
proxy_service = internet.TCPServer(proxyport,
|
||||
web_root,
|
||||
interface=interface)
|
||||
proxy_service.setName('EvenniaWebProxy%s' % pstring)
|
||||
proxy_service.setName('EvenniaWebProxy%s:%s' % (ifacestr, proxyport))
|
||||
PORTAL.services.addService(proxy_service)
|
||||
INFO_DICT["webserver_proxy"].append("webserver-proxy%s: %s" % (ifacestr, proxyport))
|
||||
INFO_DICT["webserver_internal"].append("webserver: %s" % serverport)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue