diff options
Diffstat (limited to 'man/blogc-runserver.1.ronn')
-rw-r--r-- | man/blogc-runserver.1.ronn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/blogc-runserver.1.ronn b/man/blogc-runserver.1.ronn index a306fbe..a8534f8 100644 --- a/man/blogc-runserver.1.ronn +++ b/man/blogc-runserver.1.ronn @@ -35,6 +35,14 @@ able to serve any website built by static site generators. * <DOCROOT>: HTTP server document root. +## ENVIRONMENT + + * `BLOGC_RUNSERVER_DEFAULT_HOST`: + Changes the default HTTP server listen address, if defined. + + * `BLOGC_RUNSERVER_DEFAULT_PORT`: + Changes the default HTTP server listen port, if defined. + ## BUGS Please report any issues to: <https://github.com/blogc/blogc> |