update repo URLs
This commit is contained in:
@ -6,4 +6,4 @@ $ ws --forbid '*.json' '*.yml'
|
||||
serving at http://localhost:8000
|
||||
```
|
||||
|
||||
[Example](https://github.com/75lb/local-web-server/tree/master/example/forbid).
|
||||
[Example](https://github.com/lwsjs/local-web-server/tree/master/example/forbid).
|
||||
|
@ -56,4 +56,4 @@ Chrome and Firefox will still complain your certificate has not been verified by
|
||||
Now you have a valid, trusted certificate for development.
|
||||
|
||||
### Built-in certificate
|
||||
As a quick win, you can run `ws` with the `https` flag. This will launch an HTTPS server using a [built-in certificate](https://github.com/75lb/local-web-server/tree/master/ssl) registered to the domain 127.0.0.1.
|
||||
As a quick win, you can run `ws` with the `https` flag. This will launch an HTTPS server using a [built-in certificate](https://github.com/lwsjs/local-web-server/tree/master/ssl) registered to the domain 127.0.0.1.
|
||||
|
@ -48,7 +48,7 @@ Then pipe the `logstalgia` output format directly into logstalgia for real-time
|
||||
$ ws -f logstalgia | logstalgia -
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## glTail
|
||||
To use with [glTail](http://www.fudgie.org), write your log to disk using the "default" format:
|
||||
|
@ -9,4 +9,4 @@ You can set additional mime-type/extension mappings, or override the defaults by
|
||||
}
|
||||
```
|
||||
|
||||
[Example](https://github.com/75lb/local-web-server/tree/master/example/mime-override).
|
||||
[Example](https://github.com/lwsjs/local-web-server/tree/master/example/mime-override).
|
||||
|
@ -238,4 +238,4 @@ const mockResponses = [
|
||||
module.exports = mockResponses
|
||||
```
|
||||
|
||||
[Example](https://github.com/75lb/local-web-server/tree/master/example/mock).
|
||||
[Example](https://github.com/lwsjs/local-web-server/tree/master/example/mock).
|
@ -34,4 +34,4 @@ Map local requests for repo data to the Github API:
|
||||
$ ws --rewrite '/:user/repos/:name -> https://api.github.com/repos/:user/:name'
|
||||
```
|
||||
|
||||
[Example](https://github.com/75lb/local-web-server/tree/master/example/rewrite).
|
||||
[Example](https://github.com/lwsjs/local-web-server/tree/master/example/rewrite).
|
||||
|
@ -9,4 +9,4 @@ By default, typical SPA paths (e.g. `/user/1`, `/login`) would return `404 Not F
|
||||
|
||||
*If a static file at the requested path exists (e.g. `/css/style.css`) then serve it, if it does not (e.g. `/login`) then serve the specified SPA and handle the route client-side.*
|
||||
|
||||
[Example](https://github.com/75lb/local-web-server/tree/master/example/spa).
|
||||
[Example](https://github.com/lwsjs/local-web-server/tree/master/example/spa).
|
||||
|
@ -35,7 +35,7 @@ Then pipe the `logstalgia` output format directly into logstalgia for real-time
|
||||
$ ws -f logstalgia | logstalgia -
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## glTail
|
||||
To use with [glTail](http://www.fudgie.org), write your log to disk using the "default" format:
|
||||
|
Reference in New Issue
Block a user