[docker] fix nginx config

This commit is contained in:
ctucx 2020-02-07 22:45:41 +00:00
parent 593f8be66d
commit 6c33b08145

View file

@ -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;
}
}