diff options
| author | zousar <[email protected]> | 2023-10-18 15:46:34 -0600 |
|---|---|---|
| committer | zousar <[email protected]> | 2023-10-18 15:46:34 -0600 |
| commit | e4b65de9570d0b4e45a5ffad8e6453128bcf4592 (patch) | |
| tree | 7452a7e17dbed5ceb9587873e61552f089932290 | |
| parent | add `flush` command and more gc status info (#483) (diff) | |
| download | zen-e4b65de9570d0b4e45a5ffad8e6453128bcf4592.tar.xz zen-e4b65de9570d0b4e45a5ffad8e6453128bcf4592.zip | |
Change shared server config to use port 8558
| -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 = {
|