emqx-docs icon indicating copy to clipboard operation
emqx-docs copied to clipboard

Fix issue #1983: Incorrect configuration file path

Open github-actions[bot] opened this issue 5 months ago • 2 comments

This pull request fixes #1983.

The issue requested changing the configuration file path from emqx/etc/emqx.conf to /etc/emqx/emqx.conf in the specified Markdown file. The provided git patch shows that the line 优化设置 Erlang 虚拟机启动参数,配置文件 etc/emqx.conf: was changed to 优化设置 Erlang 虚拟机启动参数,配置文件 /etc/emqx/emqx.conf:. Although the original text in the file was etc/emqx.conf (missing the emqx/ prefix compared to the issue description's stated original), the critical part of the fix was to update the path to the correct absolute path /etc/emqx/emqx.conf, which the patch successfully accomplished. This directly addresses the core problem described in the issue.

Automatic fix generated by OpenHands 🙌

github-actions[bot] avatar Jun 16 '25 06:06 github-actions[bot]