Giter Club home page Giter Club logo

Comments (2)

cbeams avatar cbeams commented on June 16, 2024

This change has been made and I am closing this issue as complete.

Before the change

$ curl -I https://docs.bisq.network
HTTP/2 200
[...]
server: Netlify
$ curl -I http://docs.bisq.network
HTTP/1.1 301 Moved Permanently
[...]
location: https://docs.bisq.network/
server: Netlify

After the change

$ curl -I https://docs.bisq.network
HTTP/2 301
[...]
location: https://bisq.wiki
server: cloudflare
$ curl -I http://docs.bisq.network
HTTP/1.1 301 Moved Permanently
[...]
Location: https://bisq.wiki
Server: cloudflare

Notes on changes to Cloudflare and DNS

This change involved setting up the following page rule at Cloudflare:

image

And to make the page rule take effect, it was necessary to start proxying DNS for docs.bisq.network through Cloudflare. Previously, DNS was un-proxied.

image

Notes on using a 301 redirect

I've opted to use a 301 (Permanent) redirect vs. a 302 (Temporary) redirect here, as my understanding is that 301s are better for search engine optimization, i.e. transferring ranking juice from docs.bisq.network to bisq.wiki. The potential downside of this approach is that if we were to bring docs.bisq.network back up, clients who had already received the 301 would keep the redirect cached and would not see that docs.bisq.network is actually back up and serving its content. This scenario seems unlikely, though, so just mentioning it here for completeness.

from bisq-docs.

cbeams avatar cbeams commented on June 16, 2024

I have also archived this repository and updated its description to reflect this change

image

If there are any issues, please bring them up in the Keybase #wiki channel.

from bisq-docs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.