mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -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
|
# Enable HTTP CORS so that browser-based readers like Readium can access opds and ebooks
|
||||||
# Allow fonts for newsletter emails
|
# Allow fonts for newsletter emails
|
||||||
# See https://github.com/standardebooks/tools/issues/2
|
# See https://github.com/standardebooks/tools/issues/2
|
||||||
<Location ~ /(ebooks|drafts|opds|fonts)/>
|
<Location ~ /(ebooks|opds|fonts)>
|
||||||
Header set Access-Control-Allow-Origin "*"
|
Header set Access-Control-Allow-Origin "*"
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
|
|
|
@ -111,7 +111,7 @@ Define domain standardebooks.test
|
||||||
# Enable HTTP CORS so that browser-based readers like Readium can access opds and ebooks
|
# Enable HTTP CORS so that browser-based readers like Readium can access opds and ebooks
|
||||||
# Allow fonts for newsletter emails
|
# Allow fonts for newsletter emails
|
||||||
# See https://github.com/standardebooks/tools/issues/2
|
# See https://github.com/standardebooks/tools/issues/2
|
||||||
<Location ~ /(ebooks|drafts|opds|fonts)/>
|
<Location ~ /(ebooks|opds|fonts)>
|
||||||
Header set Access-Control-Allow-Origin "*"
|
Header set Access-Control-Allow-Origin "*"
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue