diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2023-03-26 17:27:22 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2023-03-26 17:27:22 +0000 |
commit | ea48afbc004c61e86011710db3af12332e575099 (patch) | |
tree | 75de12814ab7d8dad149f917d96ef19270c5fe0a /www/nginx | |
parent | d8624c266ccb5189a4ecf932aa21010e6b1f9f5f (diff) | |
download | ports-ea48afbc004c61e86011710db3af12332e575099.tar.gz ports-ea48afbc004c61e86011710db3af12332e575099.zip |
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |