mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-06-30 22:18:19 -04:00
new config param <adminroot>
added yp.icecast.net as another possible yp directory svn path=/trunk/icecast/; revision=4710
This commit is contained in:
parent
0931b3d263
commit
ddfae103f0
@ -28,6 +28,10 @@
|
|||||||
<directory>
|
<directory>
|
||||||
<yp-url-timeout>15</yp-url-timeout>
|
<yp-url-timeout>15</yp-url-timeout>
|
||||||
<yp-url>http://www.oddsock.org/cgi-bin/yp-cgi</yp-url>
|
<yp-url>http://www.oddsock.org/cgi-bin/yp-cgi</yp-url>
|
||||||
|
</directory>
|
||||||
|
<directory>
|
||||||
|
<yp-url-timeout>15</yp-url-timeout>
|
||||||
|
<yp-url>http://yp.icecast.net/cgi-bin/yp.cgi</yp-url>
|
||||||
</directory>
|
</directory>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -86,6 +90,7 @@
|
|||||||
be relative to the new root, not the original root -->
|
be relative to the new root, not the original root -->
|
||||||
<logdir>/usr/local/icecast/logs</logdir>
|
<logdir>/usr/local/icecast/logs</logdir>
|
||||||
<webroot>/usr/local/icecast/web</webroot>
|
<webroot>/usr/local/icecast/web</webroot>
|
||||||
|
<adminroot>/usr/local/icecast/admin</adminroot>
|
||||||
|
|
||||||
<!-- Aliases: treat requests for 'source' path as being for 'dest' path
|
<!-- Aliases: treat requests for 'source' path as being for 'dest' path
|
||||||
May be made specific to a port or bound address using the "port"
|
May be made specific to a port or bound address using the "port"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user