diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-02-28 15:16:46 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-07-22 19:49:51 +0100 |
commit | dfd878753475a8c8100be15d740eaacc78ed76f9 (patch) | |
tree | cd1dbeb75ba8f5f522465961cdac3ca27832581c /spacebeans.conf.example | |
parent | 5777f650c69609fecd3e7696432bad256c778856 (diff) | |
download | spacebeans-dfd878753475a8c8100be15d740eaacc78ed76f9.tar.gz spacebeans-dfd878753475a8c8100be15d740eaacc78ed76f9.zip |
User directories support
Diffstat (limited to 'spacebeans.conf.example')
-rw-r--r-- | spacebeans.conf.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/spacebeans.conf.example b/spacebeans.conf.example index 8bd5949..69d278f 100644 --- a/spacebeans.conf.example +++ b/spacebeans.conf.example @@ -36,6 +36,13 @@ virtual-hosts = [ // { path = "relative/path/", directory-listing = true } // ] + // user directory support + // important: users are not checked, it only translates + // gemini://host/~user/ to use the user specific root path + // + // user-directories = false + // user-directory-path = "/home/{user}/public_gemini/" + // comment out to use an auto-generated self-signed certificate key-store { path = "/path/to/keystore.jks" |