Fixed order commands.

This commit is contained in:
Christian P. MOMON 2021-12-06 02:18:55 +00:00
parent fd9c9979af
commit ec359d7bf4
1 changed files with 5 additions and 5 deletions

View File

@ -30,17 +30,17 @@ Installation d'un service nginx pour :
- l'éventuel déploiement de StatoolInfos ; - l'éventuel déploiement de StatoolInfos ;
- … - …
Installer les paquets :
```
apt-get install nginx python3-certbot-nginx
```
Ouvrir les ports http (80) et https (443) : Ouvrir les ports http (80) et https (443) :
``` ```
ufw allow 'Nginx HTTP' ufw allow 'Nginx HTTP'
ufw allow 'Nginx HTTPS' 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` : Configurer a minima le site web dans `/etc/nginx/sites-available/audio.chalec.org` :
``` ```
server server