Use ip_hash

This commit is contained in:
Sam Al-Sapti 2025-02-19 01:36:43 +01:00
parent 82cfade03c
commit d0cddcfdcd
No known key found for this signature in database
GPG key ID: CBBBE7371E81C4EA

View file

@ -6,6 +6,7 @@ map $http_upgrade $connection_upgrade {
}
upstream workers {
ip_hash;
server app.nodebb:4567;
server app.nodebb:4568;
server app.nodebb:4569;