services/Distributed-Wiki.md
... ...
@@ -100,7 +100,8 @@ RACK_ENV=production gollum --css --host 127.0.0.1 --port 4567 --no-edit <path>
100 100
101 101
A custom header `X-SiteID` identifies the site you're connecting to:
102 102
103
- - `add_header X-SiteID '<AS number>-<ISO country code>';`
103
+ - `add_header X-SiteID '<AS>-<ISO country code>';`
104
+ - <AS> is the as number prefixed with `as`
104 105
105 106
##### Enabling [HPKP](https://en.wikipedia.org/wiki/HTTP_Public_Key_Pinning)
106 107