Skip to content

Commit f0ebc7c

Browse files
authored
add hostname aliases to templates
1 parent ae4887a commit f0ebc7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/standalone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ env:
4949
## TODO: The domain name this Discourse instance will respond to
5050
## Required. Discourse will not work with a bare IP number.
5151
DISCOURSE_HOSTNAME: 'discourse.example.com'
52+
## Other hostnames that should have a valid https certificate for (will redirect to hostname)
53+
## DISCOURSE_HOSTNAME_ALIASES: domain.com,other.domain.com
5254

5355
## Uncomment if you want the container to be started with the same
5456
## hostname (-h option) as specified above (default "$hostname-$config")

0 commit comments

Comments
 (0)