이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

WebServer Parameter: path-prefix

2020년 10월 27일 오후 12:29

The web server configuration parameter 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/.

tiddlywiki mywikifolder --listen "path-prefix=/MyApp"

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