Updated Base Plugin Settings (markdown)

mikeprimm 2011-08-29 19:44:55 -07:00
parent fc6b244a3d
commit 10804e032e

@ -54,9 +54,9 @@ The core settings defined include the following:
* _http-response-headers_ : this setting, a set of attribute/value pairs, provides a way to have the internal web server include custom header values in all HTTP responses. The values under the attribute are formatted with the header field ID as the attribute ID, and the value of the header field as the string value of the attribute. For example:
http-response-headers:
Access-Control-Allow-Origin: "http://mydomain.com"
X-Another-Header: "Another Header Value"
http-response-headers:
Access-Control-Allow-Origin: "http://mydomain.com"
X-Another-Header: "Another Header Value"
* _disable-webserver_ : if set to _true_, the internal web server is disabled (this requires using an external web server, and the JSONFileClientUpdateComponent). Other configuration options require this setting to be _false_.