Clarify docs on the path-prefix subcommand of the listen command

single-tiddler-mode^2
Jeremy Ruston 2020-03-11 17:19:21 +00:00
rodzic d950591051
commit cab9fd11dc
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
caption: path-prefix
created: 20180630180514893
modified: 20180702154716090
modified: 20200311171847360
tags: [[WebServer Parameters]]
title: WebServer Parameter: path-prefix
type: text/vnd.tiddlywiki
@ -12,3 +12,5 @@ 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]].