X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fapache2%2Fmkws-test;h=86256913f5fe5eda52eb71254b93ba36597cda2d;hb=10792e58f76ed88fcfff475ee71fbf4933ee7a65;hp=21148840f414f3a42ec82228846fa67c210cd3e3;hpb=ed23b95e3c058265c9328e039ac1b49e5eac79c7;p=mkws-moved-to-github.git diff --git a/tools/apache2/mkws-test b/tools/apache2/mkws-test index 2114884..8625691 100644 --- a/tools/apache2/mkws-test +++ b/tools/apache2/mkws-test @@ -15,6 +15,10 @@ DocumentRoot /home/indexdata/mkws-test/examples/htdocs Alias /tools/htdocs /home/indexdata/mkws-test/tools/htdocs + # CORS setting + Header set Access-Control-Allow-Credentials true + Header set Access-Control-Allow-Origin "*" + # compress text output AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml