mirror of
https://github.com/YunoHost-Apps/converse_ynh.git
synced 2024-09-03 18:25:53 +02:00
Fix
This commit is contained in:
parent
a72742c710
commit
2c779457e6
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ location __PATH__/ {
|
|||
# Path to source
|
||||
alias __FINALPATH__/;
|
||||
|
||||
index index.html;
|
||||
index index.html;
|
||||
|
||||
location = __PATH__/http-bind {
|
||||
proxy_pass "http://localhost:5290/http-bind";
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Web-based XMPP/Jabber chat client",
|
||||
"fr": "Client de chat XMPP/Jabber basé sur le Web"
|
||||
},
|
||||
"version": "9.0.0~ynh1",
|
||||
"version": "9.1.0~ynh1",
|
||||
"url": "http://conversejs.org/",
|
||||
"upstream": {
|
||||
"license": "MPL-2.0",
|
||||
|
|
Loading…
Reference in a new issue