diff --git a/conf/nginx.conf b/conf/nginx.conf index 838cd1a..c068113 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,8 +1,5 @@ location / { - # Path to source - #alias __FINALPATH__/dist/ ; - # Force usage of https if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; diff --git a/manifest.json b/manifest.json index d97cd5b..4ca1c52 100644 --- a/manifest.json +++ b/manifest.json @@ -59,8 +59,8 @@ "name": "registername", "type": "string", "ask": { - "en": "Choose a name for the root channel (your mumble server name)", - "fr": "Entrez un nom pour le channel racine (le nom de votre serveur mumble)" + "en": "Choose a name for the root channel (your Mumble server name)", + "fr": "Entrez un nom pour le channel racine (le nom de votre serveur Mumble)" }, "example": "Root", "default": "Root" @@ -69,7 +69,7 @@ "name": "mumbleweb", "type": "boolean", "ask": { - "en": "Do you want to install Mumble web?", + "en": "Do you want to install Mumble Web?", "fr": "Voulez-vous installer Mumble Web? " }, "default": false