b8e2d27b2572b95b807cdc58bb95d78698108a93
internal/Anycast-Wiki.md
... | ... | @@ -11,7 +11,8 @@ The local webserver is monitored with a simple shell script (below) working in c |
11 | 11 | * Generate a [CSR](/services/Certificate-Authority) and send to `[email protected]`. Wait for a reply containing internal.dn42/wiki.dn42 certificates. |
12 | 12 | * Start two gollum instances, read-only and editing on `127.0.0.1`: |
13 | 13 | |
14 | - ```gollum --css /home/wiki.dn42/custom.css --gollum-path /home/wiki.dn42/public_html/ --host 127.0.0.1 --port 4568 --no-edit``` |
|
14 | + ``` |
|
15 | +gollum --css /home/wiki.dn42/custom.css --gollum-path /home/wiki.dn42/public_html/ --host 127.0.0.1 --port 4568 --no-edit``` |
|
15 | 16 | |
16 | 17 | |
17 | 18 | #####gollum-watchdog.sh: |