Home > @lynx-js/rspeedy > Server > base
Server.base property
Configure the base path of the server.
Signature:
Default Value
'/'
Remarks
Users can access lynx bundle through http://<host>:<port>/main.lynx.bundle by default.
If you want to access lynx bundle through http://<host>:<port>/foo/main.lynx.bundle, you can change server.base to /foo
you can refer to server.base for more information.