Mise à jour de 'infra/infos.libre-service.eu.md'
This commit is contained in:
parent
507a877bd9
commit
d40cd4b73a
1 changed files with 6 additions and 6 deletions
|
@ -12,9 +12,8 @@ apt-get install openjdk-11-jre-headless
|
||||||
|
|
||||||
## Configuration d'Apache
|
## Configuration d'Apache
|
||||||
|
|
||||||
Création d'un fichier générique qui sera includé plus tard :
|
Création d'un fichier générique `cat /etc/apache2/statoolinfos.conf` qui sera includé plus tard :
|
||||||
```
|
```
|
||||||
cat /etc/apache2/statoolinfos.conf
|
|
||||||
Alias "/.well-known/statoolinfos/" "/srv/statoolinfos/well-known/statoolinfos/"
|
Alias "/.well-known/statoolinfos/" "/srv/statoolinfos/well-known/statoolinfos/"
|
||||||
<Directory "/srv/statoolinfos/well-known/statoolinfos/">
|
<Directory "/srv/statoolinfos/well-known/statoolinfos/">
|
||||||
Options +Indexes
|
Options +Indexes
|
||||||
|
@ -23,11 +22,12 @@ cat /etc/apache2/statoolinfos.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration de Nginx
|
## Configuration de Nginx
|
||||||
Création d'un fichier générique qui sera includé plus tard :
|
Création d'un fichier générique `cat /etc/nginx/statoolinfos.conf` qui sera includé plus tard :
|
||||||
```
|
```
|
||||||
cat /etc/nginx/statoolinfos.conf
|
location /.well-known/statoolinfos/
|
||||||
location /.well-known/statoolinfos/ {
|
{
|
||||||
types {
|
types
|
||||||
|
{
|
||||||
text/plain properties;
|
text/plain properties;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue