How to make nginx not need to reload, and the upstream configuration can take effect dynamically in real time?
nginx -s reload is to reload the configuration. It should have no impact on the service. What else do you want to do?
nginx -s reload is to reload the configuration. It should have no impact on the service. What else do you want to do?