diff options
| -rw-r--r-- | upstream-config-templates/zen_config.lua.j2 | 2 |
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 = {
|