Rename .epub3 output to _advanced.epub

This commit is contained in:
Alex Cabal 2020-09-09 22:22:00 -05:00
parent 7faf078389
commit eed3355916
7 changed files with 18 additions and 20 deletions

View file

@ -71,7 +71,6 @@ Define domain standardebooks.org
# Log downloads
SetEnvIf Request_URI "\.epub$" logdownload
SetEnvIf Request_URI "\.kepub.epub$" logdownload
SetEnvIf Request_URI "\.epub3$" logdownload
SetEnvIf Request_URI "\.azw3$" logdownload
CustomLog /var/log/local/downloads.log "%h [%{%Y-%m-%d %H:%M:%S %Z}t] \"%r\" %>s %b" env=logdownload
DirectorySlash Off
@ -90,7 +89,7 @@ Define domain standardebooks.org
CGIPassAuth on
</Directory>
AddType application/epub+zip .epub .epub3
AddType application/epub+zip .epub
AddType application/x-mobi8-ebook .azw3
<Location ~ ^/ebooks/.+?/dist/.+$>

View file

@ -70,7 +70,6 @@ Define domain standardebooks.test
# Log downloads
SetEnvIf Request_URI "\.epub$" logdownload
SetEnvIf Request_URI "\.kepub.epub$" logdownload
SetEnvIf Request_URI "\.epub3$" logdownload
SetEnvIf Request_URI "\.azw3$" logdownload
CustomLog /var/log/local/downloads.log "%h [%{%Y-%m-%d %H:%M:%S %Z}t] \"%r\" %>s %b" env=logdownload
DirectorySlash Off
@ -89,7 +88,7 @@ Define domain standardebooks.test
CGIPassAuth on
</Directory>
AddType application/epub+zip .epub .epub3
AddType application/epub+zip .epub
AddType application/x-mobi8-ebook .azw3
<Location ~ ^/ebooks/.+?/dist/.+$>