From e0b1035b679e0d88c34bea5b79cdd1230295308e Mon Sep 17 00:00:00 2001 From: zousar <2936246+zousar@users.noreply.github.com> Date: Wed, 11 Oct 2023 14:02:34 -0600 Subject: Change default port to 8558 Changes the default port without altering config for shared instances. --- src/zenhttp/httpsys.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zenhttp/httpsys.cpp') diff --git a/src/zenhttp/httpsys.cpp b/src/zenhttp/httpsys.cpp index 8401dcf83..993b065c0 100644 --- a/src/zenhttp/httpsys.cpp +++ b/src/zenhttp/httpsys.cpp @@ -987,7 +987,7 @@ HttpSysServer::InitializeServer(int BasePort) // remote origin requests to function. This can be remedied by using netsh // during an install process to grant permissions to route public access to the appropriate // port for the current user. eg: - // netsh http add urlacl url=http://*:1337/ user= + // netsh http add urlacl url=http://*:8558/ user= ZEN_WARN("Unable to register handler using '{}' - falling back to local-only", WideToUtf8(WildcardUrlPath)); -- cgit v1.2.3