Skip to content

Commit d4f6d74

Browse files
committed
rel 1.4.1
1 parent 351d611 commit d4f6d74

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ angular-http-server.js --path example
4444
Feedback via: https://github.com/simonh1000/angular-http-server
4545

4646
## Self-Signed HTTPS Use
47+
4748
#### Production
48-
**Do not use `--https` or `--ssl` flags for production.** This is intended for development and/or testing purposes only. Self-signed certificates do not properly verify the identity of the web app and they will cause an end-users web browser to display an error.
49+
50+
**`angular-http-server` is not, and makes no claims to be, a production server.** The `--https` or `--ssl` flagsare intended for development and/or testing purposes only. Self-signed certificates do not properly verify the identity of the web app and they will cause an end-users web browser to display an error.
4951

5052
Within a production env use `angular-http-server` in http mode and forward traffic to it from an SSL-enabled reverse-proxy server (ie. [NGINX](https://www.nginx.com/resources/admin-guide/reverse-proxy/)).
5153

@@ -55,3 +57,9 @@ Only use `angular-http-server` with a self-signed certificate for development an
5557
## Changelog
5658

5759
1.4.0 - add --path option
60+
61+
## Dev notes
62+
Test latest version, e.g.
63+
```sh
64+
node angular-http-server.js --path example --ssl -p 9000
65+
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-http-server",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"author": "Simon Hampton",
55
"license": "ISC",
66
"description": "Simple http server for developers that supports apps with client side routing",

0 commit comments

Comments
 (0)