From 04f43b116e6dfe9ac2f0ff4f87e217eab37f340c Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Thu, 12 May 2022 21:11:32 -0500 Subject: [PATCH] Changed webserver port for dynmap. --- dynmap/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynmap/configuration.txt b/dynmap/configuration.txt index 748a4f7..325f277 100644 --- a/dynmap/configuration.txt +++ b/dynmap/configuration.txt @@ -339,7 +339,7 @@ exportpath: export #webserver-bindaddress: 0.0.0.0 # The TCP-port the webserver will listen on. -webserver-port: 8123 +webserver-port: 10080 # Maximum concurrent session on internal web server - limits resources used in Bukkit server max-sessions: 30