Move server

This commit is contained in:
Ajay Ramachandran
2022-03-28 11:58:59 -04:00
committed by GitHub
parent 03542ebcac
commit 2b237a4a8b

View File

@@ -80,7 +80,7 @@ http {
upstream backend_POST {
#server localhost:4441;
#server localhost:4442;
server 10.0.0.3:4441 max_fails=25 fail_timeout=15s;
server 10.0.0.4:4441 max_fails=25 fail_timeout=15s;
#server 10.0.0.3:4442;
}
upstream backend_db {