mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-11 05:00:57 +00:00
Update README.md
It took me a bit with no Caddy experience to figure out how to correctly specify the config, this may help
This commit is contained in:
parent
8ba5562f00
commit
9f3292877c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ tar xf ./caddy_*.tar.gz
|
|||
sudo setcap cap_net_bind_service=+ep caddy
|
||||
```
|
||||
|
||||
Run `./caddy` with the following Caddyfile (replace the example values accordingly):
|
||||
Run `./caddy` with the following Caddyfile through the `-conf [Caddyfile]` option (replace the example values accordingly):
|
||||
```
|
||||
domain.example
|
||||
root /var/www/html
|
||||
|
|
Loading…
Add table
Reference in a new issue