summaryrefslogtreecommitdiff
path: root/docs/build/CLI/General-Usage/index.html
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-07-23 11:56:06 -0600
committerSteve Manuel <nilslice@gmail.com>2017-07-23 11:56:06 -0600
commitb1b0c8b76017ffe7dc60d11d79ec81a8e3d03bce (patch)
treea9a28463605eb06eb311eb184397dfc575c759ea /docs/build/CLI/General-Usage/index.html
parent3734011fc98992aa7d3a3a4334f998c3ae535f83 (diff)
sync from last build with --bind docs
Diffstat (limited to 'docs/build/CLI/General-Usage/index.html')
-rw-r--r--docs/build/CLI/General-Usage/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/build/CLI/General-Usage/index.html b/docs/build/CLI/General-Usage/index.html
index 3e583c0..9132c0a 100644
--- a/docs/build/CLI/General-Usage/index.html
+++ b/docs/build/CLI/General-Usage/index.html
@@ -1049,6 +1049,7 @@ if the server should utilize TLS encryption - served over HTTPS, which is
automatically managed using Let's Encrypt (https://letsencrypt.org) </p>
<p>Optional flags:</p>
<ul>
+<li><code>--bind</code> sets the address for ponzu to bind the HTTP(S) server</li>
<li><code>--port</code> sets the port on which the server listens for HTTP requests [defaults to 8080]</li>
<li><code>--https-port</code> sets the port on which the server listens for HTTPS requests [defaults to 443]</li>
<li><code>--https</code> enables auto HTTPS management via Let's Encrypt (port is always 443)</li>
@@ -1059,6 +1060,8 @@ automatically managed using Let's Encrypt (https://letsencrypt.org) </p>
<p>Example: </p>
<div class="codehilite"><pre><span></span>$ ponzu run
<span class="o">(</span>or<span class="o">)</span>
+$ ponzu run --bind<span class="o">=</span><span class="m">0</span>.0.0.0
+<span class="o">(</span>or<span class="o">)</span>
$ ponzu run --port<span class="o">=</span><span class="m">8080</span> --https admin,api
<span class="o">(</span>or<span class="o">)</span>
$ ponzu run admin