From ec359d7bf4906b40e790c4cab6e2bdd8c2e65b56 Mon Sep 17 00:00:00 2001 From: Christian MOMON Date: Mon, 6 Dec 2021 02:18:55 +0000 Subject: [PATCH] Fixed order commands. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6293e76..24f2e5e 100644 --- a/README.md +++ b/README.md @@ -30,17 +30,17 @@ Installation d'un service nginx pour : - l'éventuel déploiement de StatoolInfos ; - … +Installer les paquets : +``` +apt-get install nginx python3-certbot-nginx +``` + Ouvrir les ports http (80) et https (443) : ``` ufw allow 'Nginx HTTP' ufw allow 'Nginx HTTPS' ``` -Installer les paquets : -``` -apt-get install nginx python3-certbot-nginx -``` - Configurer a minima le site web dans `/etc/nginx/sites-available/audio.chalec.org` : ``` server