Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle nginx epel 1.20.1 changes (CentOS) #76

Open
sbesson opened this issue Jul 1, 2021 · 0 comments
Open

Handle nginx epel 1.20.1 changes (CentOS) #76

sbesson opened this issue Jul 1, 2021 · 0 comments

Comments

@sbesson
Copy link
Member

sbesson commented Jul 1, 2021

Similarly to ome/ansible-role-nginx#11, the installation scripts might need to be reviewed in the light of the latest nginx updates:

  • the nginx version shipped both by the EPEL repositories as well as the Nginx stable Yum repository is now at version 1.20.1
  • nginx 1.20.1-2.el7 from the EPEL repository also includes changes to the default nginx.conf that might break the deployment using the current instructions. I would expect test_web.sh to fail however it looks like these tests are not executed in the GitHub actions.

In this repository, nginx is installed via EPEL as per

yum -y install epel-release
yum -y install unzip
. If the issue is confirmed, the potential mitigation options are:

  • install nginx from the nginx-stable Yum repository. This might also require use yum install --disablerepo epel nginx in case epel has been installed. This is the current proposed approach used in the Ansible role
  • investigate how to handle the new configuration shipped in nginx 1.20.1-2.el7 or replace nginx.conf by a custom template.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant