diff --git a/samples/standalone.yml b/samples/standalone.yml index 99f9060b7..2fedc48eb 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -49,6 +49,8 @@ env: ## TODO: The domain name this Discourse instance will respond to ## Required. Discourse will not work with a bare IP number. DISCOURSE_HOSTNAME: 'discourse.example.com' + ## Other hostnames that should have a valid https certificate for (will redirect to hostname) + ## DISCOURSE_HOSTNAME_ALIASES: domain.com,other.domain.com ## Uncomment if you want the container to be started with the same ## hostname (-h option) as specified above (default "$hostname-$config") diff --git a/samples/web_only.yml b/samples/web_only.yml index d335c847e..7e719de85 100644 --- a/samples/web_only.yml +++ b/samples/web_only.yml @@ -40,6 +40,8 @@ env: ## TODO: The domain name this Discourse instance will respond to DISCOURSE_HOSTNAME: 'discourse.example.com' + ## Other hostnames that should have a valid https certificate for (will redirect to hostname) + ## DISCOURSE_HOSTNAME_ALIASES: domain.com,other.domain.com ## Uncomment if you want the container to be started with the same ## hostname (-h option) as specified above (default "$hostname-$config")