Skip to content
Snippets Groups Projects
Commit ad1f7bca authored by Thomas B. Rücker's avatar Thomas B. Rücker :blush:
Browse files

Update minimal config to contain ACAO * header

svn path=/icecast/trunk/icecast/; revision=19299
parent 35fce69c
No related branches found
No related tags found
No related merge requests found
<!-- 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
commented icecast.xml.dist file. -->
<icecast>
......@@ -30,6 +31,9 @@
<logging>
<accesslog>access.log</accesslog>
<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>
<http-headers>
<header name="Access-Control-Allow-Origin" value="*" />
</http-headers>
</icecast>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment