diff options
author | MaZderMind | 2014-11-09 23:47:50 +0100 |
---|---|---|
committer | MaZderMind | 2014-11-09 23:47:50 +0100 |
commit | 53a9bbf58a18b69a46115bd8e66a675313c68135 (patch) | |
tree | b5dc14dfc6353e08c3b2f6692f1f7887553a3bd9 /build.htaccess | |
parent | 1ac82d89098b54cdbf3da66aac1b751cf46b56f0 (diff) |
refine build step
Diffstat (limited to 'build.htaccess')
-rw-r--r-- | build.htaccess | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build.htaccess b/build.htaccess new file mode 100644 index 0000000..e38f2bc --- /dev/null +++ b/build.htaccess @@ -0,0 +1,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" |