move post server again

This commit is contained in:
Ajay Ramachandran
2022-03-29 13:08:12 -04:00
committed by GitHub
parent 5f4f45056e
commit 70a507818f

View File

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