From 56c352a5cfd09da890247d0c4c3c9bdafe8d21a5 Mon Sep 17 00:00:00 2001 From: J-E Castagnede Date: Wed, 11 Oct 2023 11:31:21 +0200 Subject: [PATCH] fix searc location --- conf/nginx.dev.conf | 2 -- docs/source/others/changelog.rst | 8 ++++++++ front | 2 +- project/VERSION | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/conf/nginx.dev.conf b/conf/nginx.dev.conf index e2fec655..6f4fcd12 100644 --- a/conf/nginx.dev.conf +++ b/conf/nginx.dev.conf @@ -25,8 +25,6 @@ server { proxy_redirect off; } - - location ^~ /elasticsearch/ { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; diff --git a/docs/source/others/changelog.rst b/docs/source/others/changelog.rst index a921f2a4..93c19fd0 100644 --- a/docs/source/others/changelog.rst +++ b/docs/source/others/changelog.rst @@ -2,6 +2,14 @@ Changelog ========== +2023.10.3 (2023-10-11) +--------------------------- + +**Bugfix** + +- Fix new search location feature usage + + 2023.10.2 (2023-10-06) --------------------------- diff --git a/front b/front index 2ad51adf..67e27cdc 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit 2ad51adf9bbb140bd34e8e4fe9b89bde89aec666 +Subproject commit 67e27cdca6864d141d0273eec971753392c7ea68 diff --git a/project/VERSION b/project/VERSION index d0d0c612..e668262f 100644 --- a/project/VERSION +++ b/project/VERSION @@ -1 +1 @@ -2023.10.2 \ No newline at end of file +2023.10.3 \ No newline at end of file