Remove unused folder from apache config

This commit is contained in:
Alex Cabal 2021-01-19 21:13:38 -06:00
parent cf4052d7d7
commit 7dff88735b
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,7 @@ Define domain standardebooks.org
# Enable HTTP CORS so that browser-based readers like Readium can access opds and ebooks
# Allow fonts for newsletter emails
# See https://github.com/standardebooks/tools/issues/2
<Location ~ /(ebooks|drafts|opds|fonts)/>
<Location ~ /(ebooks|opds|fonts)>
Header set Access-Control-Allow-Origin "*"
</Location>

View file

@ -111,7 +111,7 @@ Define domain standardebooks.test
# Enable HTTP CORS so that browser-based readers like Readium can access opds and ebooks
# Allow fonts for newsletter emails
# See https://github.com/standardebooks/tools/issues/2
<Location ~ /(ebooks|drafts|opds|fonts)/>
<Location ~ /(ebooks|opds|fonts)>
Header set Access-Control-Allow-Origin "*"
</Location>