Remarque: installez nginx à partir du référentiel officiel sur CentOS 8 avec dnf

procédure

Ajouter au référentiel

/etc/yum.repos.d/nginx.repo


[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/mainline/centos/$releasever/$basearch/
gpgcheck=1
enabled=1
gpgkey=https://nginx.org/keys/nginx_signing.key

Exclure AppStream et faire référence au référentiel ci-dessus

$ dnf --disablerepo=AppStream info nginx
nginx repo                                                                               22 kB/s |  47 kB     00:02
Available Packages
Name         : nginx
Epoch        : 1
Version      : 1.19.3
Release      : 1.el8.ngx
Architecture : x86_64
Size         : 814 k
Source       : nginx-1.19.3-1.el8.ngx.src.rpm
Repository   : nginx
Summary      : High performance web server
URL          : http://nginx.org/
License      : 2-clause BSD-like license
Description  : nginx [engine x] is an HTTP and reverse proxy server, as well as
             : a mail proxy server.

Installation

$ sudo dnf --disablerepo=AppStream install nginx
nginx repo                                                                               27 kB/s |  47 kB     00:01
Last metadata expiration check: 0:00:01 ago on Tue 06 Oct 2020 01:45:05 AM UTC.
Dependencies resolved.
========================================================================================================================
 Package                 Architecture             Version                                 Repository               Size
========================================================================================================================
Installing:
 nginx                   x86_64                   1:1.19.3-1.el8.ngx                      nginx                   814 k

Transaction Summary
========================================================================================================================
Install  1 Package

Total download size: 814 k
Installed size: 2.8 M
Is this ok [y/N]:y ← y réponse
Downloading Packages:
nginx-1.19.3-1.el8.ngx.x86_64.rpm                                                       302 kB/s | 814 kB     00:02
------------------------------------------------------------------------------------------------------------------------Total                                                                                   302 kB/s | 814 kB     00:02
warning: /var/cache/dnf/nginx-f354473966140c6b/packages/nginx-1.19.3-1.el8.ngx.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 7bd9bf62: NOKEY
nginx repo                                                                              1.4 kB/s | 1.5 kB     00:01
Importing GPG key 0x7BD9BF62:
 Userid     : "nginx signing key <[email protected]>"
 Fingerprint: 573B FD6B 3D8F BC64 1079 A6AB ABF5 BD82 7BD9 BF62
 From       : https://nginx.org/keys/nginx_signing.key
Is this ok [y/N]:y ← y réponse
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                1/1
  Running scriptlet: nginx-1:1.19.3-1.el8.ngx.x86_64                                                                1/1
  Installing       : nginx-1:1.19.3-1.el8.ngx.x86_64                                                                1/1
  Running scriptlet: nginx-1:1.19.3-1.el8.ngx.x86_64                                                                1/1
----------------------------------------------------------------------

Thanks for using nginx!

Please find the official documentation for nginx here:
* http://nginx.org/en/docs/

Please subscribe to nginx-announce mailing list to get
the most important news about nginx:
* http://nginx.org/en/support.html

Commercial subscriptions for nginx are available on:
* http://nginx.com/products/

----------------------------------------------------------------------

  Verifying        : nginx-1:1.19.3-1.el8.ngx.x86_64                                                                1/1

Installed:
  nginx-1:1.19.3-1.el8.ngx.x86_64

Complete!

Commencez

$ sudo systemctl start nginx

Réglage de démarrage automatique

$ sudo systemctl enable nginx

Arrêtez

$ sudo systemctl stop nginx

Recommended Posts

Remarque: installez nginx à partir du référentiel officiel sur CentOS 8 avec dnf
Installez apache 2.4.46 à partir des sources sur CentOS 7
Installez samba4 à partir du code source sur CentOS8
Installez NextCloud sur CentOS 7 avec Alibaba Cloud ECS
Commande pour installer nginx / PHP7 / php-fpm sur CentOS7
Note Book: OpenCV avec CUDA Install sur Windows10
Installez Neo4j 4.1.3 sur centOS
Installez Vertica 10.0 sur CentOS 6.10
Installez PostgreSQL 12 sur Centos8
Installez Python 3 sur CentOS 7
Installez kuromoji sur CentOS7
Installez PostGIS 2.5.5 sur CentOS7
Installez jpndistrict sur CentOS 7
Installez Redmine 4.1.1 sur CentOS 7
Installation de Smokeping sur CentOS7
Installez PostgreSQL 13 sur CentOS 7.5
Installez le dernier pilote matériel d'ELRepo sur CentOS
Réseau installer CentOS 8 avec Kickstart.
Installez OpenFOAM v2006 sur CentOS
Installez Jenkins sur CentOS de Docker
Installez Apache sur CentOS sur VirtualBox
Installez Ruby 2.7 sur CentOS 7 (SCL)
Remarque: installez PostgreSQL 9.5 sur Ubuntu 18.04
Installez Ruby sur MSYS2 avec pacman
Installez Ruby 2.5 sur CentOS 7 en utilisant SCL
Installation de Java Open JDK 8 sur CentOS 7
Carnet de notes: installation d'OpenBLAS sur Windows10
WordPress avec Docker Compose sur CentOS 8
Comment installer MariaDB 10.4 sur CentOS 8
Carnet de notes: installation de LAPACK sur Windows10
Étapes pour installer devtoolset-6 sur CentOS 7
Carnet de notes: installation de VTK sous Windows10
Installez ruby sur Ubuntu 20.04 avec rbenv
Utiliser Docker CE (officiel) avec CentOS 8
Installez Java 9 sur Windows 10 et CentOS 7
Créez un environnement de développement sur AWS EC2 avec CentOS7 + Nginx + pm2 + Nuxt.js
Installez imagick sur macOS Catalina + php 7.4 Remarque
Installez le client de messagerie Web Rainloop sur CentOS 8
Comment installer la beta php8.0 sur CentOS8
Installez Java8 avec Yum sur Amazon Linux
Conseils personnels sur l'utilisation du serveur CentOS
Installez CentOS 7 sur Raspberry pi 4 modèle B
Note Book: OpenCV v4.5.0 avec Alphamat Install sur Windows10 mais il faut Eigen
Une note rapide sur l'utilisation de jshell avec l'image Docker officielle du JDK