Skip to content

Commit

Permalink
Merge pull request #15 from europeana/hugomanguinhas-patch-1
Browse files Browse the repository at this point in the history
Update for /stats+/enrich
  • Loading branch information
ikattey authored Aug 8, 2022
2 parents 178b5da + 7cf32ad commit 5c5fc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ http {
}

# Entity - search, resolve and suggest are routed to Entity API
location ~ ^/entity/(search|suggest|resolve)(.*) {
location ~ ^/entity/(search|suggest|resolve|enrich|stats)(.*) {
proxy_set_header Host {{env "ENTITY_API_HOST"}};
proxy_pass http://entity_api/entity/$1$2$is_args$args;
}
Expand Down

0 comments on commit 5c5fc0f

Please sign in to comment.