diff --git a/README.md b/README.md index ab7a09e..597c2bb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine -**Shipped version:** 1.2.0~ynh1 +**Shipped version:** 1.3.1~ynh1 **Demo:** https://where2watch.meilisearch.com/ diff --git a/README_fr.md b/README_fr.md index f715d39..c091fdd 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Un moteur de recherche open source, ultra-rapide et hyper pertinent qui s'intègre sans effort à votre flux de travail. -**Version incluse :** 1.2.0~ynh1 +**Version incluse :** 1.3.1~ynh1 **Démo :** https://where2watch.meilisearch.com/ diff --git a/conf/nginx.conf b/conf/nginx.conf index a02ac6e..e20c62d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ location __PATH__/ { proxy_pass http://127.0.0.1:__PORT__; - proxy_set_header Host $http_host; + proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; diff --git a/manifest.toml b/manifest.toml index fc7a501..54da612 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "MeiliSearch" description.en = "Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine" description.fr = "Moteur de recherche rapide, ultra-performant et tolérant aux fautes de frappe" -version = "1.2.0~ynh1" +version = "1.3.1~ynh1" maintainers = ["Julien Gomes Dias"] @@ -40,10 +40,10 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.2.0/meilisearch-linux-amd64" - amd64.sha256 = "5729211c11c5e1b2cc10d9e1d9019beeb7f70f9853c25544ed2b02839c80f782" - arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.2.0/meilisearch-linux-aarch64" - arm64.sha256 = "ad1d887733ab6671ca39dafb6a40659e825d2ba30e0c3f055eb01634fb17b28f" + amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.3.1/meilisearch-linux-amd64" + amd64.sha256 = "ecad82a7474296ff709441c8ea9c8ecc9d6101ca578db40b393dfa4ef7cd4a17" + arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.3.1/meilisearch-linux-aarch64" + arm64.sha256 = "261d22b35ff9c88ec6007e8f25284e2f54eb200e8bac57ac044a8918b7c462eb" rename = "meilisearch" in_subdir = false extract = false