mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-14 21:35:39 +00:00
12 lines
316 B
ApacheConf
12 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
|