Use official nginx repository to install nginx#3064
Merged
sachilles merged 4 commits intosameersbn:masterfrom Feb 22, 2025
Merged
Use official nginx repository to install nginx#3064sachilles merged 4 commits intosameersbn:masterfrom
sachilles merged 4 commits intosameersbn:masterfrom
Conversation
rageAgainstTheMachine99
approved these changes
Feb 20, 2025
Set a higher priority so that it is used in preference to the nginx packages provided by the ubuntu repository
Directories such as /etc/nginx/sites-{enabled, available and similar}
are not available for nginx package comes from official nginx repository.
Ubuntu source may create this directory
refer1 : ubuntu distributes nginx with a file "nginx-common.dirs"
which lists these directories
https://git.launchpad.net/ubuntu/+source/nginx/tree/debian/nginx-common.dirs?h=ubuntu/jammy-updates
By default, nginx recognizes configuration files in /etc/nginx/conf.d/
Just change the destination path to install nginx configuration files
it reports error as it is duplicated
06f399d to
928fc10
Compare
Contributor
Author
|
Rebased onto 17.8.2. I built it today (2025-02-21) and checked, and the version of nginx was |
Contributor
Author
|
Build failed due to out of memory during
|
Collaborator
|
@kkimurak Restarted the CI. I'll merge your PR and provide a PR for upgrading to GitLab v17.9.0. |
Collaborator
|
@kkimurak Thanks for your contribution! |
This was referenced Feb 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements a part of #3056 (comment)
Applying these patches today (2025-01-24) to v17.8.1 will change the installed nginx version from 1.18.0-6ubuntu14.5 to 1.26.2-1~jammy.