Open Browser URL
Customize URL that opens for server
By default, CommandBox will open your browser with the host and port of the server. You can customize the exact URL that opens. This setting will be appended to the current host and port.
server set openBrowserURL=/bar.cfmOr you can completely override the URL if your setting starts with http://.
server set openBrowserURL=http://127.0.0.1:59715/test.cfmWas this helpful?