diff --git a/content/20240205150537 Caddyをraspi4にインストール.md b/content/20240205150537 Caddyをraspi4にインストール.md index b84230d..e098fa4 100755 --- a/content/20240205150537 Caddyをraspi4にインストール.md +++ b/content/20240205150537 Caddyをraspi4にインストール.md @@ -32,7 +32,7 @@ $ sudo setcap cap_net_bind_service=+ep /usr/local/caddy/cmd/caddy/caddy $ sudo visudo ``` -`username ALL=(ALL:ALL) NOPASSWD: /usr/sbin/setcap` を追加。 +`[username] ALL=(ALL:ALL) NOPASSWD: /usr/sbin/setcap` を追加。 WEBサーバーのルートを作る ```