Skip to content

Commit

Permalink
Merge pull request #384 from Terralego/fix_search_location
Browse files Browse the repository at this point in the history
Fix search location
  • Loading branch information
submarcos authored Oct 11, 2023
2 parents 41ee694 + 56c352a commit 8f8ecb7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 0 additions & 2 deletions conf/nginx.dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
8 changes: 8 additions & 0 deletions docs/source/others/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
==========

2023.10.3 (2023-10-11)
---------------------------

**Bugfix**

- Fix new search location feature usage


2023.10.2 (2023-10-06)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion front
2 changes: 1 addition & 1 deletion project/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.10.2
2023.10.3

0 comments on commit 8f8ecb7

Please sign in to comment.