1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Update: Removed <fileserve> from example configs

This commit is contained in:
Philipp Schafft 2018-09-28 11:00:07 +00:00
parent f0df5ae488
commit 0f3e8ac160
3 changed files with 0 additions and 4 deletions

View File

@ -193,8 +193,6 @@
</mount>
-->
<fileserve>true</fileserve>
<paths>
<!-- basedir is only used if chroot is enabled -->
<basedir>@pkgdatadir@</basedir>

View File

@ -22,7 +22,6 @@
<listen-socket>
<port>8000</port>
</listen-socket>
<fileserve>true</fileserve>
<paths>
<logdir>@localstatedir@/log/@PACKAGE@</logdir>
<webroot>@pkgdatadir@/web</webroot>

View File

@ -33,7 +33,6 @@
<port>8000</port>
<shoutcast-mount>/stream</shoutcast-mount>
</listen-socket>
<fileserve>true</fileserve>
<paths>
<logdir>@localstatedir@/log/@PACKAGE@</logdir>
<webroot>@pkgdatadir@/web</webroot>