From 12e86dafb09d275d6cf87fcd89dded2a77041469 Mon Sep 17 00:00:00 2001 From: Siby Augustine Date: Mon, 23 Mar 2020 06:17:45 +0530 Subject: [PATCH] fix(docker-image): send relative HTTP 301s from within container (#5409) Co-authored-by: kyle shockey --- docker/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/nginx.conf b/docker/nginx.conf index d66d0414..4d19da22 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -29,6 +29,7 @@ http { index index.html index.htm; location / { + absolute_redirect off; alias /usr/share/nginx/html/; expires 1d;