Add ALLOW_CORS parameter

This commit is contained in:
Alexander Overvoorde
2019-08-31 13:44:23 +02:00
parent 8744ab2792
commit 451f335bc5
4 changed files with 24 additions and 1 deletions

View File

@@ -10,4 +10,8 @@
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<IfDefine ALLOW_CORS>
Header set Access-Control-Allow-Origin "*"
</IfDefine>
</VirtualHost>