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

nginx download fails during install, bith on ubuntu 20.04.02 and 18.04.5 #110

Open
1 task done
perariontaeadastra opened this issue Apr 29, 2021 · 0 comments
Open
1 task done
Labels

Comments

@perariontaeadastra
Copy link

Attach the following commands output

  • lsb_release -a :
  • No LSB modules are available.
    Distributor ID: Ubuntu
    Description: Ubuntu 18.04.5 LTS
    Release: 18.04
    Codename: bionic
  • [] nginx -V :
    Nginx has been already installed by Plesk installation, which I was going to replace. Worked on my previous servers without problems.
    Describe the bug
    I wanted to replace Nginx shipped with Plesk with a Nginx-ee and it worked well before. I tried on Ubuntu 20.04.02 and on 18.04.5 with the same result. Nginx-ee log file has been attached.

Probably, the issue comes from this line - curl -sL https://nginx.org/en/download.html 2>&1 | grep -E -o 'nginx-[0-9.]+.tar[.a-z]*' | awk -F "nginx-" '/.tar.gz$/ {print $2}' | sed -e 's|.tar.gz||g' | head -n 2 | grep 1.18 2>&1, since 1.18 is now a legacy version. Replacing it with 1.20 returns a value, but not with 1.18

Thank you.
nginx-ee.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant