mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
Correct two examples to use a leading slash for a mountpoint name
svn path=/icecast/trunk/icecast/; revision=7898
This commit is contained in:
parent
0081d9f7eb
commit
8d4edddf0a
@ -191,7 +191,7 @@ This flag turns on the icecast2 fileserver from which static files can be served
|
||||
<server>127.0.0.1</server>
|
||||
<port>8001</port>
|
||||
<mount>example.ogg</mount>
|
||||
<local-mount>different.ogg</local-mount>
|
||||
<local-mount>/different.ogg</local-mount>
|
||||
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
|
||||
</relay>
|
||||
</pre>
|
||||
@ -262,7 +262,7 @@ A server is configured as a Specific Mountpoint Server relay by specifying a <
|
||||
<server>127.0.0.1</server>
|
||||
<port>8001</port>
|
||||
<mount>example.ogg</mount>
|
||||
<local-mount>different.ogg</local-mount>
|
||||
<local-mount>/different.ogg</local-mount>
|
||||
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
|
||||
</relay>
|
||||
</pre>
|
||||
|
Loading…
Reference in New Issue
Block a user