fix(docker-image): send relative HTTP 301s from within container (#5409)

Co-authored-by: kyle shockey <kyle.shockey1@gmail.com>
This commit is contained in:
Siby Augustine
2020-03-23 06:17:45 +05:30
committed by GitHub
parent 6f1dd08e2a
commit 12e86dafb0

View File

@@ -29,6 +29,7 @@ http {
index index.html index.htm;
location / {
absolute_redirect off;
alias /usr/share/nginx/html/;
expires 1d;