summaryrefslogtreecommitdiff
path: root/cyfraeviolae.conf
diff options
context:
space:
mode:
Diffstat (limited to 'cyfraeviolae.conf')
-rw-r--r--cyfraeviolae.conf9
1 files changed, 7 insertions, 2 deletions
diff --git a/cyfraeviolae.conf b/cyfraeviolae.conf
index 7bce20e..213b9a1 100644
--- a/cyfraeviolae.conf
+++ b/cyfraeviolae.conf
@@ -109,6 +109,11 @@ server {
add_header Cache-Control "public";
}
+ location /about {
+ default_type "text/html";
+ alias /srv/quietreading/about.html;
+ }
+
error_page 404 /404.html;
location = /404.html {
root /srv/quietreading;
@@ -149,8 +154,8 @@ server {
add_header Cache-Control "public";
}
- error_page 404 /404.html;
- location = /404.html {
+ error_page 404 /index.html;
+ location = /index.html {
root /srv/aseemslegit;
expires 1h;
add_header Cache-Control "public";