Fixed order command.

This commit is contained in:
Christian P. MOMON 2021-12-06 02:18:19 +00:00
parent 7fc27e2102
commit e5482b050f
1 changed files with 5 additions and 5 deletions

View File

@ -31,17 +31,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.a-lec.org` : Configurer a minima le site web dans `/etc/nginx/sites-available/audio.a-lec.org` :
``` ```
server server