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