监听 nacos 服务更新(服务上线/服务下线)以自动更新 nginx conf 配置文件并 reload nginx
- 支持监听多个服务
- 支持指定配置文件
- 支持企业微信通知
- 支持启动多个监听实例
- 自定义 Nacos 重要配置项
# simple to run
./nginx-reload-from-nacos -c "./config.yaml"
# run in background
nohup ./nginx-reload-from-nacos > ./run.log 2>&1 &
- Dev/Compile in golang >= 1.19.3
- Dev on Fedora >= 3.7
- Compile on CentOS >= 7.9.2009
如果此项目对你有所帮助,不妨请我喝咖啡。 If you find this project useful, you can buy us a cup of coffee.
MIT License Copyright (c) 2023 godcheese