aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzousar <[email protected]>2023-10-18 15:46:34 -0600
committerzousar <[email protected]>2023-10-18 15:46:34 -0600
commite4b65de9570d0b4e45a5ffad8e6453128bcf4592 (patch)
tree7452a7e17dbed5ceb9587873e61552f089932290
parentadd `flush` command and more gc status info (#483) (diff)
downloadzen-e4b65de9570d0b4e45a5ffad8e6453128bcf4592.tar.xz
zen-e4b65de9570d0b4e45a5ffad8e6453128bcf4592.zip
Change shared server config to use port 8558
-rw-r--r--upstream-config-templates/zen_config.lua.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/upstream-config-templates/zen_config.lua.j2 b/upstream-config-templates/zen_config.lua.j2
index 53c5b4f6e..6f32597e7 100644
--- a/upstream-config-templates/zen_config.lua.j2
+++ b/upstream-config-templates/zen_config.lua.j2
@@ -12,7 +12,7 @@ server = {
network = {
httpserverclass = "httpsys", -- httpsys|asio
- port = 1337,
+ port = 8558,
}
gc = {