Update README.md
This commit is contained in:
parent
3e0242d32b
commit
7a393fe914
12
README.md
12
README.md
|
@ -523,15 +523,12 @@ php daemon.php setAdmin <jid>
|
|||
On ajoute/modifie dans le fichier `/etc/nginx/sites-enabled/xmpp.chalec.org.conf` :
|
||||
|
||||
```
|
||||
root /var/www/movim/public/index.php;
|
||||
|
||||
…
|
||||
|
||||
http {
|
||||
…
|
||||
fastcgi_cache_path /tmp/nginx_cache levels=1:2 keys_zone=nginx_cache:100m inactive=60m;
|
||||
fastcgi_cache_key "$scheme$request_method$host$request_uri";
|
||||
}
|
||||
|
||||
server {
|
||||
|
||||
root /var/www/movim/public/index.php;
|
||||
|
||||
…
|
||||
|
||||
|
@ -544,6 +541,7 @@ location /picture {
|
|||
fastcgi_cache_key $request_method$host$request_uri;
|
||||
fastcgi_cache_valid any 7d;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### Mise à jour du serveur movim
|
||||
|
|
Loading…
Reference in New Issue