···4545accessed. The `url` can be configured automatically when using nginx.
46464747Options that affect the surroundings of the sync server are `enableNginx`,
4848-`enableTLS` and `hostnam`. If `enableNginx` is set the sync server module will
4848+`enableTLS` and `hostname`. If `enableNginx` is set the sync server module will
4949automatically add an nginx virtual host to the system using `hostname` as the
5050domain and set `url` accordingly. If `enableTLS` is set the module will also
5151enable ACME certificates on the new virtual host and force all connections to
···224224 Settings for the sync server. These take priority over values computed
225225 from NixOS options.
226226227227- See the doc comments on the `Settings` structs in
228228- <https://github.com/mozilla-services/syncstorage-rs/blob/master/syncstorage/src/settings.rs>
227227+ See the example config in
228228+ <https://github.com/mozilla-services/syncstorage-rs/blob/master/config/local.example.toml>
229229+ and the doc comments on the `Settings` structs in
230230+ <https://github.com/mozilla-services/syncstorage-rs/blob/master/syncstorage-settings/src/lib.rs>
229231 and
230230- <https://github.com/mozilla-services/syncstorage-rs/blob/master/syncstorage/src/tokenserver/settings.rs>
232232+ <https://github.com/mozilla-services/syncstorage-rs/blob/master/tokenserver-settings/src/lib.rs>
231233 for available options.
232234 '';
233235 };