mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
Update path-prefix docs
Addressing @OblivionSY's comment https://github.com/Jermolene/TiddlyWiki5/issues/4898#issuecomment-717207456
This commit is contained in:
parent
15338e60e8
commit
9eec6ff915
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user