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:
parent
35fce69c4a
commit
ad1f7bca2e
@ -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>
|
||||||
@ -32,4 +33,7 @@
|
|||||||
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user