Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
8d4edddf
Commit
8d4edddf
authored
Oct 01, 2004
by
Michael Smith
Browse files
Correct two examples to use a leading slash for a mountpoint name
svn path=/icecast/trunk/icecast/; revision=7898
parent
0081d9f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/icecast2_config_file.html
View file @
8d4edddf
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
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