diff --git a/docker/nginx.conf b/docker/nginx.conf index eaeb62d..9efe1fc 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -34,7 +34,7 @@ http { root /app/www; index index.html; - location ~ ^/(suggestions|journeys|moreJourneys|refreshJourneys) { + location ~ ^/(suggestions|journeys|moreJourneys|refreshJourney) { proxy_pass http://oeffisearch:8081; } }