Fixed order command.
This commit is contained in:
parent
7fc27e2102
commit
e5482b050f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue