Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
23.7 Legacy Series
»
NGINX - How to work Load Balance
« previous
next »
Print
Pages: [
1
]
Author
Topic: NGINX - How to work Load Balance (Read 810 times)
jorgevisentini
Jr. Member
Posts: 75
Karma: 6
NGINX - How to work Load Balance
«
on:
December 20, 2023, 04:05:09 pm »
I'm trying to configure a
load balance
of the
upstream servers
, but apparently it's not working...
In
Edit Upstream
in Upstream:
Description:
upstream_test_44310
Server Entries:
Upstream_Server_01,Upstream_Server_02
Load Balancing Algorithm:
Weighted Round Robin
In
Edit Location
in Location:
Description:
location_upstream_test_44310
Upstream Servers:
upstream_test_44310
The issue is that the load balance is not working, the connections are only going to
Upstream_Server_01
.
I already changed the
Server Priority priority
in Upstream Server, but it didn't work.
Any tips?
Logged
Fright
Hero Member
Posts: 1777
Karma: 164
Re: NGINX - How to work Load Balance
«
Reply #1 on:
December 21, 2023, 08:02:14 pm »
any clue in logs?
Quote
the connections are only going to Upstream_Server_01
how you tested it?
Logged
jorgevisentini
Jr. Member
Posts: 75
Karma: 6
Re: NGINX - How to work Load Balance
«
Reply #2 on:
December 21, 2023, 08:55:25 pm »
No error messages in the logs...
Testing using 2 Apache web servers...
I'll keep investigating...
Logged
doktornotor
Hero Member
Posts: 709
Karma: 70
Re: NGINX - How to work Load Balance
«
Reply #3 on:
December 22, 2023, 10:06:38 am »
Quote from: jorgevisentini on December 21, 2023, 08:55:25 pm
Testing using 2 Apache web servers...
That was not the point of the question I'd say...
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
23.7 Legacy Series
»
NGINX - How to work Load Balance