mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
10 lines
233 B
Text
10 lines
233 B
Text
DirectoryIndex index.html
|
|
|
|
# Show a known page in case of as miss
|
|
ErrorDocument 404 /404.html
|
|
|
|
<IfModule expires.c>
|
|
# Allow Caches & Proxies to Cache all resources
|
|
ExpiresActive On
|
|
ExpiresDefault "access plus 4 hours"
|
|
</IfModule>
|