Is there any way to configure nginx (or other quick reverse proxy) dynamically?

后端 未结 8 1872
旧巷少年郎
旧巷少年郎 2021-02-04 02:12

Suppose we have several identical nodes which are the application servers of some n-tier service. And suppose we use Apache ZooKeeper to keep all the config\'s of our distribute

8条回答
  •  你的背包
    2021-02-04 03:08

    This may be late but if you have the money. Nginx plus is exactly for you. It uses a simple url call to get new configurations on the fly.

提交回复
热议问题