mirror of
https://github.com/caddyserver/website.git
synced 2025-05-06 19:57:13 -04:00
fix copy pasta with setcap command
This commit is contained in:
parent
3bf7aade1a
commit
6ace3ea2fe
1 changed files with 1 additions and 3 deletions
|
@ -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.
|
||||
|
||||
```
|
||||
sudo setcap cap_net_bind_service=+ep
|
||||
```
|
||||
<pre><code class="cmd bash">sudo setcap cap_net_bind_service=+ep $(readlink $(command -v caddy))</code></pre>
|
||||
|
||||
## Debian, Ubuntu, Raspbian
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue