Skip to content

Commit d6b1a66

Browse files
committed
Added the catch-all redirect to the static page hosted on S3.
1 parent 6385d07 commit d6b1a66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/all/nginx/templates/core-works-redirects.conf.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120474,3 +120474,6 @@ location /deposits/item/hc:58383/ {
120474120474
return 301 https://works.hcommons.org/records/y24r3-xbe86;
120475120475
}
120476120476

120477+
location /deposits {
120478+
return 302 http://knowledge-commons-static.s3-website-us-east-1.amazonaws.com;
120479+
}

0 commit comments

Comments
 (0)