From f775042b20ff023728274567b2eae412614fb9ab Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Sat, 20 Jul 2024 03:03:43 -0400 Subject: qr conf --- cyfraeviolae.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'cyfraeviolae.conf') 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"; -- cgit v1.2.3