mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-19 09:01:01 +00:00
Update README.md
file_server { /var/www/html } does not compatible with the latest caddy build. Change it to avoid misleading newbie.
This commit is contained in:
parent
3555c20a1e
commit
e8fd1d8b41
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ route {
|
|||
hide_via
|
||||
probe_resistance
|
||||
}
|
||||
file_server { root /var/www/html }
|
||||
root * /var/www/html
|
||||
file_server
|
||||
}
|
||||
```
|
||||
`: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/).
|
||||
|
|
Loading…
Add table
Reference in a new issue