From 2c779457e69b65ca1d560c3088c09897c8d9358a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 2 Apr 2022 21:25:33 +0200 Subject: [PATCH] Fix --- conf/nginx.conf | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 595ab5f..4dab2e9 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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"; diff --git a/manifest.json b/manifest.json index e7c33ad..9148ad9 100644 --- a/manifest.json +++ b/manifest.json @@ -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",