Add ALLOW_CORS parameter
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user