Fixed order commands.
This commit is contained in:
parent
fd9c9979af
commit
ec359d7bf4
10
README.md
10
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue