mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
9 lines
197 B
Text
9 lines
197 B
Text
|
DirectoryIndex index.html
|
||
|
|
||
|
# Show a known page in case of as miss
|
||
|
ErrorDocument 404 /404.html
|
||
|
|
||
|
# Allow Caches & Proxies to Cache all resources
|
||
|
ExpiresActive On
|
||
|
ExpiresDefault "access plus 4 hours"
|