internal/Anycast-Wiki.md
... ...
@@ -1,3 +1,5 @@
1
+### Intro:
2
+
1 3
The idea is to setup mirrors of this wiki across dn42, using [anycast](https://en.wikipedia.org/wiki/Anycast) to provide redundancy and load-balancing.
2 4
The local webserver is monitored with a simple shell script (below) working in conjuction with [ExaBGP](https://github.com/Exa-Networks/exabgp), announcing/withdrawing the assigned route if the service is up/down.
3 5
... ...
@@ -25,7 +27,7 @@ gollum --css <path>/custom.css --gollum-path <path>/public_html/ --host 127.0.0.
25 27
gollum --css <path>/custom.css --gollum-path <path>/public_html/ --host 127.0.0.1 --port 4567 --no-edit
26 28
```
27 29
28
-###Setup nginx:
30
+###Setup nginx proxy:
29 31
30 32
##### /etc/nginx/sites-enabled/wiki.dn42:
31 33