mirror of https://gitlab.com/curben/blog
docs: add mirror curbengh.github.io
This commit is contained in:
parent
76663f5f88
commit
12ef7ec26b
|
@ -53,6 +53,7 @@ The content of this blog is licensed under a [CC BY-SA 4.0](https://creativecomm
|
|||
- https://curben.pages.dev/
|
||||
- https://curben.netlify.app/
|
||||
- https://curben.gitlab.io/
|
||||
- https://curbengh.github.io/
|
||||
- https://xw226dvxac7jzcpsf4xb64r4epr6o5hgn46dxlqk7gnjptakik6xnzqd.onion/
|
||||
- http://mdleom.i2p/ ([address helper](http://mdleom.i2p/?i2paddresshelper=-NjUAy6H3wkgRfB3rBwGrpS56L2P~RHRDnD8HnRV1mLSKFdbzxHTMsGLo-mdgGq360Kni2Ec0qhRzm-IUc8X4Y0Ug1eYvcEp2ubXwLe5JJg7yZJOdGxqdy5y5VbdHfIuUe2ooG3MNA4v6b4pGk7pUQ7hnTkUi0EObD~79ik4AY-vSsxIFrc8kJxtbRMCQ3NQRhAuvS1A14rSVk0wv50YwKS23y~FUIQWyG8ZpjTVYu50n~oBnJtVKSAHbCMWRcnJx6iGFsbTRh4ZsRtDh0drwfeRkvaQQqQmf6nZOc4-GLxZ0RT5QlS5gdPXL4V7eaIETbNJAIeYr2NzcpwVHs~zp93Ga-p7dlH3TsJX5gJSyqJWCc64vvmkxf7Vseh3uGaa4xqiLjTH5XsOyFQLp5D6myt-yH7ggReZbs70NKqG1Mj5iRLhIC3Q~pJ6LkPnMBJN6QeLNYNWcOPXkMzRfsavvH2l3yxdpkn41BLM2-7bBUdJNXfu4OhGAR22O0gFngjUBQAEAAcAAA==&update=true))
|
||||
- http://ggucqf2jmtfxcw7us5sts3x7u2qljseocfzlhzebfpihkyvhcqfa.b32.i2p/
|
||||
|
|
|
@ -580,7 +580,7 @@ Since I also set up reverse proxy for {% post_link tor-hidden-onion-nixos 'Tor O
|
|||
}
|
||||
|
||||
# Multiple mirrors
|
||||
reverse_proxy https://curben.pages.dev https://curben.netlify.app https://curben.gitlab.io {
|
||||
reverse_proxy https://curben.pages.dev https://curben.netlify.app https://curben.gitlab.io https://curbengh.github.io {
|
||||
import removeHeaders
|
||||
lb_policy first
|
||||
}
|
||||
|
|
|
@ -24,8 +24,9 @@ Every push to the git repo will trigger a new build and subsequently a new snaps
|
|||
|
||||
![Cloudflare Pages build progress](20210215/cf-pages-deploy.png)
|
||||
|
||||
Speaking of Netlify, I haven't replace it with Clouflare Pages and currently not planning to. Instead, I deploy my blog (including [.onion](http://xw226dvxac7jzcpsf4xb64r4epr6o5hgn46dxlqk7gnjptakik6xnzqd.onion) and [Eepsite](http://mdleom.i2p)) with a active/standby load balancer that points to the following backend:
|
||||
Speaking of Netlify, I haven't replace it with Clouflare Pages and currently not planning to. Instead, I deploy my blog (including [.onion](http://xw226dvxac7jzcpsf4xb64r4epr6o5hgn46dxlqk7gnjptakik6xnzqd.onion) and [Eepsite](http://mdleom.i2p)) to two identical web servers that can failover to the following mirrors:
|
||||
|
||||
1. curben.pages.dev (active)
|
||||
2. curben.netlify.app (standby)
|
||||
3. curben.gitlab.io (standby)
|
||||
1. [curben.pages.dev](https://curben.pages.dev)
|
||||
2. [curben.netlify.app](https://curben.netlify.app)
|
||||
3. [curben.gitlab.io](https://curben.gitlab.io)
|
||||
4. [curbengh.github.io](https://curbengh.github.io)
|
||||
|
|
Loading…
Reference in New Issue