Hi! I can't find the option to enable the stream_realip_module module for www/nginx. I can see it in www/nginx-devel at https://github.com/freebsd/freebsd-ports/commit/261d439fb2143c3fd588d175b5db223c77e77adb but not in www/nginx. Could you please explain, am I missing something or is it really missing? and is it possible to add (or rather enable by default) in the latter case? Thanks!!
Created attachment 240321 [details] Possible Makefile patch
Created attachment 240322 [details] Possible description patch
Sorry for the delay. I will have a look
(In reply to Jochen Neumeister from comment #3) Thanks a lot! really missing this..
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=427a28cd6ad02fd22de2d8ebaf509c397030a72a commit 427a28cd6ad02fd22de2d8ebaf509c397030a72a Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2023-03-26 16:05:31 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2023-03-26 16:07:46 +0000 www/nginx: Add STREAM_REALIP knob for the ngx_stream_realip module. Also, create STREAMGRP group for stream-specific modules. PR: 267112 Sponsored by: Netzkommune GmbH www/nginx/Makefile | 24 ++++++++++++++++++------ www/nginx/Makefile.options.desc | 1 + 2 files changed, 19 insertions(+), 6 deletions(-)
Thanks a lot