Merge pull request #419 from vipyoung/patch-1

Updated usage.rst to reflect public_url parameter
This commit is contained in:
Petr Sloup 2020-02-25 14:30:09 +01:00 committed by GitHub
commit 9a9b920455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ Getting started
-b, --bind <address> Bind address -b, --bind <address> Bind address
-p, --port <port> Port [8080] -p, --port <port> Port [8080]
-C|--no-cors Disable Cross-origin resource sharing headers -C|--no-cors Disable Cross-origin resource sharing headers
-u|--public_url <url> Enable exposing the server on subpaths, not necessarily the root of the domain
-V, --verbose More verbose output -V, --verbose More verbose output
-s, --silent Less verbose output -s, --silent Less verbose output
-v, --version Version info -v, --version Version info