From 79e1bb164b73fba180e47a7e5dc2273244580ee4 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 20 Dec 2019 09:33:26 -0500 Subject: [PATCH] http://box shouldn't redirect to http://box//home/ --- roles/nginx/templates/iiab.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nginx/templates/iiab.conf.j2 b/roles/nginx/templates/iiab.conf.j2 index 568a4dcc4..187e30e36 100644 --- a/roles/nginx/templates/iiab.conf.j2 +++ b/roles/nginx/templates/iiab.conf.j2 @@ -1,5 +1,5 @@ location / { - rewrite ^/$ $1/{{ iiab_home_url }}; + rewrite ^/$ $1{{ iiab_home_url }}; } location /usb {