Update static-files.md (#345)

Replace `root * /home/me` with `root * /var/www`
This commit is contained in:
Will Garrison 2023-09-04 19:11:48 -07:00 committed by GitHub
parent bfd9affa03
commit b845c57cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```