mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 14:06:17 -04:00
Update static-files.md (#345)
Replace `root * /home/me` with `root * /var/www`
This commit is contained in:
parent
bfd9affa03
commit
b845c57cbb
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ You can also use another folder as the site root:
|
|||
```caddy
|
||||
localhost
|
||||
|
||||
root * /home/me/mysite
|
||||
root * /var/www/mysite
|
||||
file_server
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue