Update Server Instructions For Web Front End#2103
Merged
SlyEcho merged 1 commit intoggml-org:masterfrom Jul 5, 2023
Merged
Conversation
Collaborator
SlyEcho
approved these changes
Jul 5, 2023
tobi
reviewed
Jul 5, 2023
| - `-to N`, `--timeout N`: Server read/write timeout in seconds. Default `600`. | ||
| - `--host`: Set the hostname or ip address to listen. Default `127.0.0.1`. | ||
| - `--port`: Set the port to listen. Default: `8080`. | ||
| - `--public`: path from which to serve static files (default examples/server/public) |
Collaborator
There was a problem hiding this comment.
this is actually --path not --public
Contributor
Author
There was a problem hiding this comment.
Wow, how did I miss that? I'll fix it in a bit. 👍🏾
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Minor update to add instructions for how to access @tobi's web front end (#1998) to the server example now that it's been merged.