Skip to content

Commit

Permalink
Doc: Fix README, creating Caddyfile requires sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh authored Jan 12, 2022
1 parent c67674c commit 7aadcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo
sudo apt update
sudo apt install caddy

cat >/etc/caddy/Caddyfile <<EOL
sudo cat >/etc/caddy/Caddyfile <<EOL
{
https_port 443
on_demand_tls {
Expand Down

0 comments on commit 7aadcac

Please sign in to comment.