Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ngx_http_voms_module
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cnafsd
ngx_http_voms_module
Merge requests
!28
Resolve "New stable NGINX release 1.26.3"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "New stable NGINX release 1.26.3"
36-new-stable-nginx-release-1-26-3
into
master
Overview
7
Commits
2
Pipelines
2
Changes
3
All threads resolved!
Show all comments
Merged
Luca Bassi
requested to merge
36-new-stable-nginx-release-1-26-3
into
master
1 month ago
Overview
7
Commits
2
Pipelines
2
Changes
3
All threads resolved!
Show all comments
Expand
Closes
#36 (closed)
0
0
Merge request reports
Compare
master
version 1
8dc70b23
1 month ago
master (base)
and
latest version
latest version
c9ea10b6
2 commits,
2 weeks ago
version 1
8dc70b23
2 commits,
1 month ago
3 files
+
6
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.devcontainer/assets/build-library.sh
+
1
−
1
Options
@@ -13,7 +13,7 @@ downloadNginx() {
# set nginx version
if
[
-z
${
ngxVersion
}
]
;
then
ngxVersion
=
1.26.
2
-1
ngxVersion
=
1.26.
3
-1
fi
elVersion
=
$(
rpmbuild
--eval
%
{
rhel
}
)
echo
"Downloading nginx version
${
ngxVersion
}
(EL
${
elVersion
}
)"
Loading