qudreams / nginx-http-radius-module

nginx http radius authentication module
27 stars 17 forks source link

ha configuration #7

Open mlybarger opened 4 years ago

mlybarger commented 4 years ago

any info on how to configure this for ha using multiple radius servers?

abdennour commented 4 years ago

Use "upstream" in nginx and list all servers ips

Franck-JULIEN commented 1 month ago

Hi, have you make the configuration file with two or three radius servers, When I use nginx compiled with nginx-http-radius-module, without upstream, nginx check radius password with the latest radius structure. Have you an example with upstream and multi radius stuctures ?