mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 13:15:30 +01:00
Updated Base Plugin Settings (markdown)
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_.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user