Skip to content

Commit

Permalink
Merge pull request #16 from SimplyEdit/apache/allow-cors
Browse files Browse the repository at this point in the history
Add headers to apache config to allow CORS.
  • Loading branch information
Potherca committed May 29, 2024
2 parents de14492 + 9f587d6 commit c784ab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 000-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Options Indexes FollowSymLinks
AllowOverride All
Require all granted

Header set Access-Control-Allow-Origin "*"
</Directory>

<VirtualHost *:80>
Expand Down

0 comments on commit c784ab6

Please sign in to comment.