diff options
Diffstat (limited to 'cyfraeviolae.conf')
-rw-r--r-- | cyfraeviolae.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cyfraeviolae.conf b/cyfraeviolae.conf index 1858f90..637121d 100644 --- a/cyfraeviolae.conf +++ b/cyfraeviolae.conf @@ -109,9 +109,9 @@ server { add_header Cache-Control "public"; } - location /about { + location /hosts { default_type "text/html"; - alias /srv/quietreading/about.html; + alias /srv/quietreading/hosts.html; } error_page 404 /404.html; @@ -287,4 +287,4 @@ server { return 404; # managed by Certbot -}
\ No newline at end of file +} |