mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
15 lines
493 B
Plaintext
15 lines
493 B
Plaintext
|
caption: path-prefix
|
||
|
created: 20180630180514893
|
||
|
modified: 20180702154716090
|
||
|
tags: [[WebServer Parameters]]
|
||
|
title: WebServer Parameter: path-prefix
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
The [[web server configuration parameter|WebServer Parameters]] ''path-prefix'' can be used to set an optional prefix for all paths served.
|
||
|
|
||
|
This example causes the server to serve from http://127.0.0.1/MyApp instead of the default http://127.0.0.1/MyApp.
|
||
|
|
||
|
```
|
||
|
tiddlywiki mywikifolder --listen "path-prefix=/MyApp"
|
||
|
```
|