You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alex Fong edited this page Feb 22, 2017
·
1 revision
The following is the format of the config file for LightningServer as specified by the common CS130 Winter 2017 API.
# This is a comment.
port 2020; # This is also a comment.
path / StaticHandler {
root /foo/bar;
}
path /echo EchoHandler {}
# Default response handler if no handlers match.
default NotFoundHandler {}