OPNsense Forum

English Forums => Development and Code Review => Topic started by: Oxima69 on June 06, 2019, 02:01:41 PM

Title: nginx - Upstream
Post by: Oxima69 on June 06, 2019, 02:01:41 PM
Hello,

is it possible to set the Load Balanced method in the Upstream?
like  ip_hash;
Title: Re: nginx - Upstream
Post by: fabian on June 07, 2019, 06:47:42 PM
yes but not by default and other directives which would conflict will have to be added at the same time.
Title: Re: nginx - Upstream
Post by: Oxima69 on June 08, 2019, 11:13:12 AM
that is not possible via the GUI.
right ?
Title: Re: nginx - Upstream
Post by: fabian on June 08, 2019, 11:57:04 AM
You are right, I consider that as a feature request ;)
Title: Re: nginx - Upstream
Post by: fabian on June 08, 2019, 12:02:23 PM
https://github.com/opnsense/plugins/issues/1362
Title: Re: nginx - Upstream
Post by: Oxima69 on June 08, 2019, 01:24:57 PM
Nice  :)