mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Remove unused folder from apache config
This commit is contained in:
parent
cf4052d7d7
commit
7dff88735b
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue