;doc: web: improve --base-url description (#1562)

This commit is contained in:
Simon Michael 2023-01-24 14:06:51 -10:00
parent 39d5426c9d
commit 8a139ac939

View File

@ -90,7 +90,8 @@ as shown in the synopsis above.
`--base-url=URL`
: set the base url (default: http://IPADDR:PORT).
You would change this when sharing over the network, or integrating within a larger website.
Note: affects url generation but not route parsing.
Can be useful if running behind a reverse web proxy that does path rewriting.
`--file-url=URL`
: set the static files url (default: BASEURL/static).