Skip to content

Commit 9f587d6

Browse files
committed
Add headers to apache config to allow CORS.
1 parent 7e6ce36 commit 9f587d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

000-default.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Options Indexes FollowSymLinks
33
AllowOverride All
44
Require all granted
5+
6+
Header set Access-Control-Allow-Origin "*"
57
</Directory>
68

79
<VirtualHost *:80>

0 commit comments

Comments
 (0)