A configuration item that can be in tiddlywebconfig.py. It describes a URL path portion which is a prefix to every URL the system uses and produces. Use this to mount TiddlyWeb in a subdirectory such as /wiki
. The default is the empty string.
Note that the value should not include a trailing slash. For example if the subdir is wiki
the value of the setting should be:
'server_prefix': '/wiki'