/usr/share/samizdat/sites.yaml is in samizdat 0.7.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ---
# sites.yaml
#
# Mapping of server names and URI prefixes to Samizdat site names:
#
# server name: { URI prefix: site name, ... }
#
#
# For directory based site, write something like this:
#
# 'www.example.com': { '/example-site': example, '/example2': example2 }
#
# Same sites served from vhosts should be configured this way:
#
# 'www.example-site.com': { '': example }
# 'www.example2.com': { '': example2 }
#
# Site-specific configuration goes to sites/<site-name>.yaml
# Default Samizdat site
#
localhost:
'/samizdat': samizdat
|