Skip to content

Commit c784ab6

Browse files
authored
Merge pull request #16 from SimplyEdit/apache/allow-cors
Add headers to apache config to allow CORS.
2 parents de14492 + 9f587d6 commit c784ab6

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)