Date: Sun, 26 Mar 2023 17:28:37 GMT From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ea48afbc004c - main - www/nginx: fix Typo Message-ID: <202303261728.32QHSbKd083591@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea48afbc004c61e86011710db3af12332e575099 commit ea48afbc004c61e86011710db3af12332e575099 Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2023-03-26 17:27:22 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2023-03-26 17:27:22 +0000 www/nginx: fix Typo Reportedy by: kai Sponsored by: Netzkommune GmbH --- www/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 2160a3c4b195..0a498aa230a0 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -187,7 +187,7 @@ MAIL_SMTP_CONFIGURE_OFF= --without-mail_smtp_module MAIL_SSL_USES= ssl MAIL_SSL_CONFIGURE_ON= --with-mail_ssl_module STREAM_VARS= DSO_BASEMODS+=stream -TREAM_REALIP_CONFIGURE_ON= --with-stream_realip_module +STREAM_REALIP_CONFIGURE_ON= --with-stream_realip_module STREAM_SSL_IMPLIES= HTTP_SSL STREAM_SSL_CONFIGURE_ON= --with-stream_ssl_module STREAM_SSL_PREREAD_CONFIGURE_ON= --with-stream_ssl_preread_module
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303261728.32QHSbKd083591>