mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Clean up some things in the default config file.
svn path=/icecast/trunk/icecast/; revision=19294
This commit is contained in:
parent
68fbfcbf87
commit
d767b9e7f2
@ -90,7 +90,10 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Only define a <mount> section if you want to use advanced options,
|
<!-- Only define a <mount> section if you want to use advanced options,
|
||||||
like alternative usernames or passwords
|
like alternative usernames or passwords
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
<mount>
|
<mount>
|
||||||
<mount-name>/example-complex.ogg</mount-name>
|
<mount-name>/example-complex.ogg</mount-name>
|
||||||
|
|
||||||
@ -113,7 +116,9 @@
|
|||||||
<on-connect>/home/icecast/bin/stream-start</on-connect>
|
<on-connect>/home/icecast/bin/stream-start</on-connect>
|
||||||
<on-disconnect>/home/icecast/bin/stream-stop</on-disconnect>
|
<on-disconnect>/home/icecast/bin/stream-stop</on-disconnect>
|
||||||
</mount>
|
</mount>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
<mount>
|
<mount>
|
||||||
<mount-name>/auth_example.ogg</mount-name>
|
<mount-name>/auth_example.ogg</mount-name>
|
||||||
<authentication type="url">
|
<authentication type="url">
|
||||||
@ -125,13 +130,12 @@
|
|||||||
<option name="header_prefix" value="ClientHeader."/>
|
<option name="header_prefix" value="ClientHeader."/>
|
||||||
</authentication>
|
</authentication>
|
||||||
</mount>
|
</mount>
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<fileserve>1</fileserve>
|
<fileserve>1</fileserve>
|
||||||
|
|
||||||
<paths>
|
<paths>
|
||||||
<!-- basedir is only used if chroot is enabled -->
|
<!-- basedir is only used if chroot is enabled -->
|
||||||
<basedir>@pkgdatadir@</basedir>
|
<basedir>@pkgdatadir@</basedir>
|
||||||
|
|
||||||
<!-- Note that if <chroot> is turned on below, these paths must both
|
<!-- Note that if <chroot> is turned on below, these paths must both
|
||||||
@ -152,7 +156,7 @@
|
|||||||
this example will redirect all requests for http://server:port/ to
|
this example will redirect all requests for http://server:port/ to
|
||||||
the status page
|
the status page
|
||||||
-->
|
-->
|
||||||
<alias source="/" destination="/status.xsl"/>
|
<alias source="/" destination="/status.xsl"/>
|
||||||
</paths>
|
</paths>
|
||||||
|
|
||||||
<logging>
|
<logging>
|
||||||
|
Loading…
Reference in New Issue
Block a user