internal/Anycast-Wiki.md
... ...
@@ -18,11 +18,11 @@ The local webserver is monitored with a simple shell script (below) working in c
18 18
* Generate a [CSR](/services/Certificate-Authority) and send to `[email protected]`. Wait for a reply containing internal.dn42/wiki.dn42 certificates.
19 19
* Start two gollum instances, read-only and editing on `127.0.0.1`:
20 20
21
- SSL (read/write):
21
+ Read/write (SSL access only):
22 22
```
23 23
gollum --css <path>/custom.css --gollum-path <path> --host 127.0.0.1 --port 4568
24 24
```
25
- Plain (read-only):
25
+ Read-only:
26 26
```
27 27
gollum --css <path>/custom.css --gollum-path <path> --host 127.0.0.1 --port 4567 --no-edit
28 28
```