Skip to content

[v26.06] fix(env): bind the bot HTTP listener to the port nginx proxies [PE-92] - #192

Merged
kirychukyurii merged 1 commit into
v26.06from
backport-191-to-v26.06
Sep 7, 2026
Merged

kirychukyurii merged 1 commit into
v26.06from
backport-191-to-v26.06

Conversation

@webitel-delivery-bot

Copy link
Copy Markdown
Contributor

Backport e308031 from #191


-WEBITEL_BOT_ADDRESS=127.0.0.1:10030
+WEBITEL_BOT_ADDRESS=127.0.0.1:10031

Two problems with 10030: the shipped nginx site proxies /chat to 127.0.0.1:10031, not 10030, and 10030 is already the flow_manager ESL server port (ELSE_PORT=10030, dialled by FreeSWITCH via acr_srv=127.0.0.1:10030) — on a single-host install both services bind the same port.

PE-92.

🤖 Generated with Claude Code

WEBITEL_BOT_ADDRESS defaulted to 127.0.0.1:10030, which the shipped
nginx site does not proxy and which collides with the flow_manager ESL
server on the same host. nginx proxies /chat to 127.0.0.1:10031.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
(cherry picked from commit 26df9bf)
@webitel-review

webitel-review Bot commented Sep 7, 2026

Copy link
Copy Markdown

🤖 Webitel Code Review

Ця зміна оновлює порт за замовчуванням для змінної оточення WEBITEL_BOT_ADDRESS з 10030 на 10031 у файлі прикладу конфігурації .env.bot.example. Зміна має мінімальний ризик і, ймовірно, спрямована на запобігання конфліктам портів.

📋 Walkthrough (1 файл(и/ів))
Файл Зміни
.env.bot.example Змінено порт за замовчуванням для WEBITEL_BOT_ADDRESS з 10030 на 10031.

Суттєвих зауважень немає. 👍


Index-grounded review across the Webitel codebase. Знахідки можуть бути неточними — перевіряйте перед застосуванням.

@kirychukyurii
kirychukyurii merged commit fd2275b into v26.06 Sep 7, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant