mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-11 05:00:57 +00:00
parent
90ceaaba8d
commit
2a968556c4
1 changed files with 3 additions and 1 deletions
|
@ -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/).
|
||||
|
|
Loading…
Add table
Reference in a new issue