From 2f05ac208c22272d70e53f0cd87ec912c4395232 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Wed, 22 Apr 2020 09:28:38 -0500 Subject: [PATCH] nginx requires trailing slash to function properly --- roles/kolibri/templates/kolibri-nginx.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/kolibri/templates/kolibri-nginx.conf.j2 b/roles/kolibri/templates/kolibri-nginx.conf.j2 index fc4309fbb..8ebf3627d 100644 --- a/roles/kolibri/templates/kolibri-nginx.conf.j2 +++ b/roles/kolibri/templates/kolibri-nginx.conf.j2 @@ -1,4 +1,4 @@ -location {{ kolibri_url_without_slash }} { +location {{ kolibri_url_without_slash }}/ { proxy_set_header Host $http_host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Scheme $scheme;