Skip to content
Snippets Groups Projects
Commit 5cab7c98 authored by Kevin von Spiczak's avatar Kevin von Spiczak
Browse files

[BUGFIX] fix text/html content type

content-type is now text/xml
parent 467388a9
No related branches found
No related tags found
1 merge request!29Feature 3325 xml news feed
......@@ -23,10 +23,16 @@ newsFeed {
config {
disableAllHeaderCode = 1
additionalHeaders = Content-type:text/xml
disableCharsetHeader = 1
no_cache = 1
xhtml_cleaning = 0
index_enable = 0
additionalHeaders {
10 {
header = Content-Type:text/xml
replace = 0
}
}
}
}
......
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