opnsense / ports

OPNsense ports on top of FreeBSD
https://opnsense.org/
Other
157 stars 112 forks source link

www/nginx: add stream_realip_module #166

Closed kulikov-a closed 1 year ago

kulikov-a commented 1 year ago

Hi! ref. https://github.com/opnsense/plugins/pull/3205

If I understand correctly, the syslog usage concern has been resolved and the only unresolved issue is the lack of a stream_realip_module module. ticket is in progress for FreeBSD port https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267112 but I get the feeling it's gonna take time

Could we just use this Makefile until the module is added upstream? (i think we can’t just remove set_real_ip_from part from pr, since it is already present in the model and template, so even now, when trying to use it, users get a configuration error).

Or is it correct to just hide this directive on the form until then?

Thanks!

сс @fabianfrz

kulikov-a commented 1 year ago

@fichtner Hi! Sorry to bother you but could you look at this when there is time? seems to be stuck on this issue (and it does not allow updating the nginx plugin). don't know how to proceed with this issue.. Thanks!

kulikov-a commented 1 year ago

fixed by https://github.com/freebsd/freebsd-ports/commit/427a28cd6ad02fd22de2d8ebaf509c397030a72a many thanks to @joneum