diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-09-03 16:27:16 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-09-03 16:27:16 -0400 |
commit | 01a5f47ff1e72f5f51965bbc4dcc7b5aa8907394 (patch) | |
tree | 0c019b29debb2f88ef945051a5cfbea5ec74bc7f /installation.md | |
parent | afdca18443682611c60552820158b7fa398d584c (diff) | |
download | sr.ht-docs-01a5f47ff1e72f5f51965bbc4dcc7b5aa8907394.tar.gz |
Update config docs
Diffstat (limited to 'installation.md')
-rw-r--r-- | installation.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/installation.md b/installation.md index 2529e54..f668917 100644 --- a/installation.md +++ b/installation.md @@ -66,11 +66,10 @@ provided; you must write one appropriate to your system. # Site Configuration -Each site will search for its config file in two locations: `./config.ini` and -`/etc/sr.ht/subdomain.ini` (for example, meta.sr.ht looks for -`/etc/sr.ht/meta.ini`). The exact nature of this config file varies depending on -which service you're setting up - from source, see `config.ini.example` and from -packages see `/etc/sr.ht/subdomain.ini.example`. +The config file for all sr.ht sites is located at `/etc/sr.ht/config.ini`. Each +site provides an example configuration in `config.example.ini`, which includes +the global (shared) config options, and any options specific to its operation. +You should merge the configs of each sr.ht site you want to run. # Database Configuration |