fix copy pasta with setcap command

This commit is contained in:
AJ ONeal 2020-10-08 15:26:57 -06:00 committed by GitHub
parent 3bf7aade1a
commit 6ace3ea2fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,9 +43,7 @@ see the Webi [Caddy Cheat Sheet](https://webinstall.dev/caddy).
To allow non-root users to bind to ports 80 and 443, use setcap. To allow non-root users to bind to ports 80 and 443, use setcap.
``` <pre><code class="cmd bash">sudo setcap cap_net_bind_service=+ep $(readlink $(command -v caddy))</code></pre>
sudo setcap cap_net_bind_service=+ep
```
## Debian, Ubuntu, Raspbian ## Debian, Ubuntu, Raspbian