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 
Code: [Select]
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  :)