Skip to content

Commit

Permalink
Merge pull request #1069 from ORCID/feature/nginx_set_default_languag…
Browse files Browse the repository at this point in the history
…e_to_en

change default language to en
  • Loading branch information
jthomas-orcid authored Dec 19, 2023
2 parents 04987ef + 58e42e5 commit fc2f3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/container-files/etc/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ server {

# Fallback to default language if no preference defined by browser
if ($accept_language ~ "^$") {
set $accept_language "fr";
set $accept_language "en";
}

location / {
Expand Down

0 comments on commit fc2f3f2

Please sign in to comment.