Skip to content

Commit

Permalink
🐛 Fix default conf nginx for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
LePetitTim committed Jan 19, 2023
1 parent 896c2f8 commit 4daa9ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conf/nginx.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ server {
add_header Access-Control-Allow-Origin "*";
add_header Access-Control-Allow-Methods "GET, OPTIONS";
root /opt/geotrek-admin/var/mobile/;
try_files /$http_accept_language/$1 /nolang/$1 =404;
try_files /${DOLLAR}http_accept_language/$1 /nolang/$1 =404;
}

location /media {
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ In preparation for HD Views developments (PR #3298)
- Fix API V2 cache key with X-Forwarded-Proto header (#3404)
- Check pictogram exist on categories during generation of pdfs
- Fix ApidaeParsers does not update every time
- Fix default conf nginx for mobile


2.94.0 (2022-12-12)
Expand Down

0 comments on commit 4daa9ff

Please sign in to comment.