corrections
This commit is contained in:
parent
13b4472e8f
commit
f560140e8a
15
INSTALL.md
15
INSTALL.md
|
@ -225,7 +225,6 @@ et insérer les lignes suivantes dans le fichier :
|
||||||
|
|
||||||
# Installation du proxy nginx
|
# Installation du proxy nginx
|
||||||
|
|
||||||
Restaurer le dossier `/home/etherpad/pad.git/conf/html` dans '/var/www'
|
|
||||||
|
|
||||||
Installer nginx et préparer le dossier de logs :
|
Installer nginx et préparer le dossier de logs :
|
||||||
```
|
```
|
||||||
|
@ -318,11 +317,17 @@ Indiquer qu'on fait la suppression au lancement et non de manière régulière e
|
||||||
|
|
||||||
# Securité et limites
|
# Securité et limites
|
||||||
|
|
||||||
Paramétrer "socketIo" avec un buffer HTTP suffisemment grand pour notament importer des pads jusqu'à 20Mo dans le fichier `settings.json`:
|
Paramétrer un buffer HTTP suffisamment grand pour notament importer des pads jusqu'à 20Mo dans le fichier `/home/etherpad/etherpad-lite/settings.json`:
|
||||||
```
|
```
|
||||||
"maxHttpBufferSize": 20000000
|
socketIo {
|
||||||
|
|
||||||
[...]
|
[...]
|
||||||
|
|
||||||
|
"maxHttpBufferSize": 20000000
|
||||||
|
```
|
||||||
|
|
||||||
|
Puis augmenter, dans la même section, la limite sur import et export :
|
||||||
|
```
|
||||||
|
|
||||||
"importExportRateLimiting": {
|
"importExportRateLimiting": {
|
||||||
// duration of the rate limit window (milliseconds)
|
// duration of the rate limit window (milliseconds)
|
||||||
|
@ -352,6 +357,7 @@ Ajouter l'utilisateur statoolinfos au group admin pour qu'il puisse lire les log
|
||||||
```
|
```
|
||||||
|
|
||||||
Se connecter avec le nouvel utilisateur :
|
Se connecter avec le nouvel utilisateur :
|
||||||
|
```
|
||||||
# su - statoolinfos
|
# su - statoolinfos
|
||||||
$ cd
|
$ cd
|
||||||
```
|
```
|
||||||
|
@ -366,6 +372,7 @@ Faire un lien généric pour avoir un nom de dossier invariant "statoolinfos":
|
||||||
|
|
||||||
Restaurer la configuration statoolinfos
|
Restaurer la configuration statoolinfos
|
||||||
```
|
```
|
||||||
|
cp -r /home/etherpad/pad.git/www/ /var/
|
||||||
cp /home/etherpad/pad.git/conf/statoolinfos/pad.chalec.org.conf /var/www/html/.well-known/statoolinfos/
|
cp /home/etherpad/pad.git/conf/statoolinfos/pad.chalec.org.conf /var/www/html/.well-known/statoolinfos/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue