Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency performance and low memory usage.
$ dnf copr enable pkgstore/nginx
$ dnf install -y nginx
# Work in Progress
$ dnf upgrade -y nginx
$ dnf erase -y nginx
$ dnf copr remove pkgstore/nginx
- Get source from src.fedoraproject.org.
- Write last commit SHA from src.fedoraproject.org to CHANGELOG.
- Modify & update source (and
*.spec
). - Build SRPM & RPM.