Answer the question
In order to leave comments, you need to log in
Will the site work if some processes are not running?
There is this part of the nginx configuration:
upstream my_site {
server unix:/tmp/thin_demo_1.0.sock;
server unix:/tmp/thin_demo_2.0.sock;
}
Answer the question
In order to leave comments, you need to log in
Depends on other settings, but in general every second request will not work.
If you need to turn off the server and at the same time leave it in the list, there is a down flag in the settings
nginx.org/en/docs/http/ngx_http_upstream_module.ht...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question