1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-02 02:48:03 +00:00

fix the example path (#4419)

This commit is contained in:
scott willeke
2020-04-14 09:47:46 -07:00
committed by GitHub
parent a8c55781fa
commit 4873e9447a

View File

@@ -7,7 +7,7 @@ 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.
This example causes the server to serve from http://127.0.0.1/MyApp instead of the default http://127.0.0.1/.
```
tiddlywiki mywikifolder --listen "path-prefix=/MyApp"