Browse Source

clarify the fact that root need read access to static files

Guillaume Virlet 6 years ago
parent
commit
15f6a674f2
1 changed files with 2 additions and 5 deletions
  1. 2 5
      static/README.md

+ 2 - 5
static/README.md

@@ -15,10 +15,7 @@ You just need to copy your static site content to:
 /srv/chatons/static/changeme
 ```
 
-Then ensure root is the owner of the files:
-```
-chown -R root:root /srv/chatons/static/changeme
-```
+Then ensure that root have read access to the files in `/srv/chatons/static/changeme`
 
-Now you have a static site at URL `changeme.localhost`
+Now you have a static site at URL `changeme.localhost` or `changeme.${CHATONS_DOMAIN}`