Skip to content

Commit

Permalink
Fix apache2 header directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dahan committed Sep 15, 2024
1 parent f20b2b0 commit d1dab54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cat >> ${ROOTFS_DIR}/etc/apache2/apache2.conf <<EOF
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
Header set Access-Control-Allow-Origin
Header set Access-Control-Allow-Origin "*"
</Directory>
EOF

Expand Down

0 comments on commit d1dab54

Please sign in to comment.