Update path-prefix docs

Addressing @OblivionSY's comment https://github.com/Jermolene/TiddlyWiki5/issues/4898#issuecomment-717207456
optimising-macrocalls
jeremy@jermolene.com 2020-10-27 12:32:06 +00:00
rodzic 15338e60e8
commit 9eec6ff915
1 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
caption: path-prefix
created: 20180630180514893
modified: 20200311171847360
modified: 20201027122943281
tags: [[WebServer Parameters]]
title: WebServer Parameter: path-prefix
type: text/vnd.tiddlywiki
@ -13,4 +13,7 @@ This example causes the server to serve from http://127.0.0.1/MyApp instead of t
tiddlywiki mywikifolder --listen "path-prefix=/MyApp"
```
Note that further steps are required to configure the client-side components to use the prefix. See [[Using a custom path prefix with the client-server edition]].
Notes:
* Further steps are required to configure the client-side components to use the prefix. See [[Using a custom path prefix with the client-server edition]]
* If no path prefix is required then the `path-prefix` parameter should be omitted or set to the empty string, and not to `\` as might be expected