Browse Source

add explanation of CHATONS_DOMAIN for staic site

Guillaume Virlet 6 years ago
parent
commit
050e682b9f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      static/README.md

+ 2 - 0
static/README.md

@@ -1,8 +1,10 @@
 # Static site
 
 ## Configure
+To serve a static site for `changeme.domain.tld`:
 ```
 export CHATONS_STATIC_SITE=changeme
+export CHATONS_DOMAIN=domain.tld
 ```
 
 ## Deploy