Skip to content

Commit

Permalink
Document APP_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
sargun committed May 22, 2018
1 parent 3b78c9d commit bbd0ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ CORS_ALLOW_METHODS | CORS: Comma-delimited list of the allowed [HTTP requ
CORS_ALLOW_HEADERS | CORS: Comma-delimited list of the supported request headers. | | -
CORS_MAX_AGE | CORS: Maximum number of seconds the results of a preflight request can be cached. | | 600
APP_PORT | The port number to be assigned for listening. | | 80
APP_HOST | The host name used to the listener | | Listens on all available unicast and anycast IP addresses of the local system.
ACCESS_LOG | Send access logs to /dev/stdout. | | false
STRIP_PATH | Strip path prefix. | | -
CONTENT_ENCODING | Compress response data if the request allows. | | false
Expand Down

0 comments on commit bbd0ad8

Please sign in to comment.