mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 05:28:44 +02:00
Underscores are ignored by YAML, uses dashes
This commit is contained in:
@ -119,10 +119,10 @@ web:
|
||||
# e.g., on http://stream.example.com:8080/, if the domain stream.example.com is mapped to "example",
|
||||
# the stream served will be "example".
|
||||
# This implies that your domain will be able to serve only one stream.
|
||||
# Dots in the domain name must be remplaced by underscores to avoid yaml issues.
|
||||
# Dots in the domain name must be remplaced by dashes to avoid yaml issues.
|
||||
#
|
||||
#mapDomainToStream:
|
||||
# stream_example_com: example
|
||||
# stream-example-com: example
|
||||
|
||||
# Stream player poster
|
||||
# Shown when stream is loading or inactive.
|
||||
|
Reference in New Issue
Block a user