diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2025-06-04 11:53:12 -0400 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2025-06-04 11:53:12 -0400 |
commit | 8f99c1acf72eaea428e36377ae4bccc2342e3999 (patch) | |
tree | 605cb8b21477805a8fbdc31a1ccdef736ea4c643 /www/nginx-devel/files | |
parent | devel/spdlog: Patch the staged file, not the source one (diff) |
www/nginx-devel: make the rc script service jails aware
Submitted by: netchild
PR: 280030
Diffstat (limited to 'www/nginx-devel/files')
-rw-r--r-- | www/nginx-devel/files/nginx.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/nginx-devel/files/nginx.in b/www/nginx-devel/files/nginx.in index 652468a97596..daba266d9192 100644 --- a/www/nginx-devel/files/nginx.in +++ b/www/nginx-devel/files/nginx.in @@ -47,6 +47,8 @@ _tmpprefix="%%NGINX_TMPDIR%%" required_files=%%PREFIX%%/etc/nginx/nginx.conf extra_commands="reload configtest upgrade gracefulstop" +: ${nginx_svcj_options:="net_basic"} + [ -z "$nginx_enable" ] && nginx_enable="NO" [ -z "$nginxlimits_enable" ] && nginxlimits_enable="NO" [ -z "$nginxlimits_args" ] && nginxlimits_args="-e -U %%WWWOWN%%" |