ctucx.git: oeffisearch

[nimlang] fast and simple tripplanner

commit 6c33b0814589514befb397bca6d9890e245aa08c
parent 593f8be66da0ec0b183bbbb705cd44355cbd7f21
Author: ctucx <ctucx@git.ctu.cx>
Date: Fri, 7 Feb 2020 22:45:41 +0000

[docker] fix nginx config
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;
 		}
 	}