ys2843 opened a new pull request #18856: URL: https://github.com/apache/incubator-mxnet/pull/18856
## Description ## Current MXNet website has 3 domain names: + [mxnet.apache.org](https://mxnet.apache.org) + [mxnet.incubator.apache.org](https://mxnet.incubator.apache.org) + [mxnet.cdn.apache.org](https://mxnet.cdn.apache.org) To set website default version using rewrite rules, we check for `HTTP_REFERER` to see if it is from one of the MXNet domain. But previously `mxnet.cdn.apache.org` was missed, which made master website unreachable from this domain. Added it in this PR. ### Changes ### - [ ] Fix rewrite rule for mxnet.cdn.apache.org ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
