mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-03 00:48:00 +09:00
13 lines
316 B
ApacheConf
13 lines
316 B
ApacheConf
RewriteEngine on
|
|
RewriteRule version - [T=text/plain]
|
|
|
|
FileETag None
|
|
<ifModule mod_headers.c>
|
|
Header unset ETag
|
|
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
|
|
Header set Pragma "no-cache"
|
|
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
|
|
</ifModule>
|
|
|
|
Options +Indexes
|