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:
@@ -29,6 +29,7 @@ http {
|
|||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
absolute_redirect off;
|
||||||
alias /usr/share/nginx/html/;
|
alias /usr/share/nginx/html/;
|
||||||
expires 1d;
|
expires 1d;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user