f1c461cb908712f26e0801494aac72fcf5601b59
services/Distributed-Wiki.md
| ... | ... | @@ -19,7 +19,7 @@ The local webserver is monitored with a simple [[shell script|Distributed-Wiki#e |
| 19 | 19 | |
| 20 | 20 | ## Network |
| 21 | 21 | |
| 22 | - - Install wiki anycast IP address `172.23.0.80/32` on the system |
|
| 22 | + - Install wiki anycast IP addresses `172.23.0.80/32` and `fd42:d42:d42:80::1/64` on the system |
|
| 23 | 23 | - Assign a unicast IP address to be used by Nginx |
| 24 | 24 | - Establish connectivity to the dn42 network |
| 25 | 25 | |
| ... | ... | @@ -74,7 +74,7 @@ RACK_ENV=production gollum --css <path>/custom.css --gollum-path <path> --host 1 |
| 74 | 74 | |
| 75 | 75 | Set `<path>` to the location where wiki Git repo was cloned. |
| 76 | 76 | |
| 77 | -## Nginx proxy |
|
| 77 | +## Nginx reverse proxy |
|
| 78 | 78 | |
| 79 | 79 | #### SSL |
| 80 | 80 |