diff options
-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 |