Documentation corrigée
This commit is contained in:
parent
c10d2023f0
commit
8c15bdc53d
|
@ -278,7 +278,10 @@ mod_http_upload:
|
||||||
On corrige la configuration de PEP :
|
On corrige la configuration de PEP :
|
||||||
```
|
```
|
||||||
mod_pubsub:
|
mod_pubsub:
|
||||||
host: "pubsub.@HOST@"
|
hosts:
|
||||||
|
- "pubsub.@HOST@"
|
||||||
|
- "news.@HOST@"
|
||||||
|
- "comments.@HOST@"
|
||||||
access_createnode: pubsub_createnode
|
access_createnode: pubsub_createnode
|
||||||
ignore_pep_from_offline: false
|
ignore_pep_from_offline: false
|
||||||
last_item_cache: false
|
last_item_cache: false
|
||||||
|
|
Loading…
Reference in New Issue