1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

Update minimal config to contain ACAO * header

svn path=/icecast/trunk/icecast/; revision=19299
This commit is contained in:
Thomas B. "dm8tbr" Ruecker 2014-11-10 08:23:34 +00:00
parent 35fce69c4a
commit ad1f7bca2e

View File

@ -1,5 +1,6 @@
<!-- This config file contains a minimal set of configurable parameters, <!-- This config file contains a minimal set of configurable parameters,
and mostly just contains the things you need to change. We created and mostly just contains the things you need to change or are
necessary to get Icecast working for most use cases. We created
this for those who got scared away from the rather large and heavily this for those who got scared away from the rather large and heavily
commented icecast.xml.dist file. --> commented icecast.xml.dist file. -->
<icecast> <icecast>
@ -30,6 +31,9 @@
<logging> <logging>
<accesslog>access.log</accesslog> <accesslog>access.log</accesslog>
<errorlog>error.log</errorlog> <errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error --> <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
</logging> </logging>
<http-headers>
<header name="Access-Control-Allow-Origin" value="*" />
</http-headers>
</icecast> </icecast>