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

后端 未结 8 1842
旧巷少年郎
旧巷少年郎 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 02:57

    From Docs:

    nginx -s reload
    

    -s is for 'signal', where signal can be 'quit', 'reload', 'reopen', or 'stop'.

提交回复
热议问题