Skip to content

Commit

Permalink
Merge pull request #177 from DiSSCo/feature/fix-utf-8-schemas
Browse files Browse the repository at this point in the history
Fix utf 8 encoding and set default content-type to json
  • Loading branch information
samleeflang authored Sep 11, 2024
2 parents 94e2917 + ae1cef0 commit 7f257c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data-model/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ http {

location / {
autoindex on;
default_type application/json;
charset utf-8;
}
}
}

0 comments on commit 7f257c2

Please sign in to comment.