Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
d767b9e7
Commit
d767b9e7
authored
Nov 09, 2014
by
Thomas B. Rücker
😊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up some things in the default config file.
svn path=/icecast/trunk/icecast/; revision=19294
parent
68fbfcbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
conf/icecast.xml.in
conf/icecast.xml.in
+8
-4
No files found.
conf/icecast.xml.in
View file @
d767b9e7
...
...
@@ -90,7 +90,10 @@
-->
<!-- Only define a <mount> section if you want to use advanced options,
like alternative usernames or passwords
like alternative usernames or passwords
-->
<!--
<mount>
<mount-name>/example-complex.ogg</mount-name>
...
...
@@ -113,7 +116,9 @@
<on-connect>/home/icecast/bin/stream-start</on-connect>
<on-disconnect>/home/icecast/bin/stream-stop</on-disconnect>
</mount>
-->
<!--
<mount>
<mount-name>/auth_example.ogg</mount-name>
<authentication type="url">
...
...
@@ -125,13 +130,12 @@
<option name="header_prefix" value="ClientHeader."/>
</authentication>
</mount>
-->
<fileserve>1</fileserve>
<paths>
<!-- basedir is only used if chroot is enabled -->
<!-- basedir is only used if chroot is enabled -->
<basedir>@pkgdatadir@</basedir>
<!-- 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
the status page
-->
<alias source="/" destination="/status.xsl"/>
<alias source="/" destination="/status.xsl"/>
</paths>
<logging>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment