blob: e38f2bc0fafd84a1ede99e0ab1670e2f15d06c74 (
plain)
| 1
2
3
4
5
6
7
8
 | 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"
 |