aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/httpsys.cpp
diff options
context:
space:
mode:
authorzousar <[email protected]>2023-10-11 14:02:34 -0600
committerzousar <[email protected]>2023-10-11 14:02:34 -0600
commite0b1035b679e0d88c34bea5b79cdd1230295308e (patch)
tree6facc9c80553c3c510ceb1a5ecf0d484819127a7 /src/zenhttp/httpsys.cpp
parentadded explicit implementation of IoHash equals operator (#464) (diff)
downloadzen-e0b1035b679e0d88c34bea5b79cdd1230295308e.tar.xz
zen-e0b1035b679e0d88c34bea5b79cdd1230295308e.zip
Change default port to 8558
Changes the default port without altering config for shared instances.
Diffstat (limited to 'src/zenhttp/httpsys.cpp')
-rw-r--r--src/zenhttp/httpsys.cpp2
1 files changed, 1 insertions, 1 deletions
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=<some_user>
+ // netsh http add urlacl url=http://*:8558/ user=<some_user>
ZEN_WARN("Unable to register handler using '{}' - falling back to local-only", WideToUtf8(WildcardUrlPath));