mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 21:16:15 -04:00
install: update webi commands (#259)
This commit is contained in:
parent
7eda8a29d2
commit
2bd46fea8c
1 changed files with 2 additions and 2 deletions
|
@ -116,11 +116,11 @@ _Note: This is a community-maintained installation method._
|
|||
|
||||
Linux and macOS:
|
||||
|
||||
<pre><code class="cmd bash">curl -sS https://webinstall.dev/caddy | bash</code></pre>
|
||||
<pre><code class="cmd bash">curl -sS https://webi.sh/caddy | sh</code></pre>
|
||||
|
||||
Windows:
|
||||
|
||||
<pre><code class="cmd">curl.exe -A MS https://webinstall.dev/caddy | powershell</code></pre>
|
||||
<pre><code class="cmd">curl.exe https://webi.ms/caddy | powershell</code></pre>
|
||||
|
||||
You may need to adjust the Windows firewall rules to allow non-localhost incoming connections.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue