From 6c33b0814589514befb397bca6d9890e245aa08c Mon Sep 17 00:00:00 2001 From: ctucx Date: Fri, 7 Feb 2020 22:45:41 +0000 Subject: [PATCH] [docker] fix nginx config --- docker/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }