-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
Current Behavior
When executing the make reload command, it doesn't regenerate the /logs/nginx.conf file, we have to use make quit && make run to generate the new one.
Expected Behavior
This command should regenerate the new nginx.conf file.
Error Logs
No response
Steps to Reproduce
- Use
make runto runapisixin development mode. - Update
config.yamlfile. - Use
make reloadto reload the instance. /logs/nginx.confdoesn't update as expected.
Environment
- APISIX version (run
apisix version): 2.14.1 - Operating system (run
uname -a): Linux VM-255-10-centos 4.18.0-348.7.1.el8_5.x86_64 change: added doc of how to load plugin. #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux - OpenResty / Nginx version (run
openresty -Vornginx -V): nginx version: openresty/1.21.4.1 - etcd version, if relevant (run
curl http://127.0.0.1:9090/v1/server_info): - APISIX Dashboard version, if relevant: N/A
- Plugin runner version, for issues related to plugin runners: N/A
- LuaRocks version, for installation issues (run
luarocks --version): N/A
Reactions are currently unavailable