Is there any mainline repository for Nginx for Fedora 31? Or is the only method by building from source?
1 Like
Hello @nspeaks …! Welcome to the community! Please do take a few minutes to go over the introductory posts in #start-here when you have the time. They contain lots of useful information.
If I understand you correctly you would like to install nginx in your server:
you don’t need to build from source…
-
sudo dnf search nginx
isn’t enough - Nginx - Fedora Project Wiki
- Also you can run as a container with
Docker
orPodman
→ How to run NGINX as a Docker container | TechRepublic - Official Container Image → https://hub.docker.com/_/nginx
Reference
.- https://docs.docker.com/
.- https://podman.io/
Regards.,
Yes but what I am looking at is a simpler way of installing the current mainline version of Nginx without needing to build from source. Apart from the docker/podman method, is there no repository maintaining the current version of Nginx?