Skip to content

Commit

Permalink
fix the example path (#4419)
Browse files Browse the repository at this point in the history
  • Loading branch information
activescott authored Apr 14, 2020
1 parent a8c5578 commit 4873e94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4873e94

Please sign in to comment.