Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix #323.
  • Loading branch information
klzgrad authored Oct 5, 2022
1 parent 90ceaab commit 2a96855
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ Example Caddyfile (replace `user` and `pass` accordingly):
hide_via
probe_resistance
}
file_server { root /var/www/html }
file_server {
root /var/www/html
}
}
```
`:443` must appear first for this Caddyfile to work. For more advanced usage consider using [JSON for Caddy 2's config](https://caddyserver.com/docs/json/).
Expand Down

0 comments on commit 2a96855

Please sign in to comment.