summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2024-07-20 13:04:50 -0400
committercyfraeviolae <cyfraeviolae>2024-07-20 13:04:50 -0400
commit95efb2e33a242bc41a0d6ee0a14dd4a2f17a0cf9 (patch)
tree49dedadb4da6d05a0f2e0c6a97e44e392046de0c
parent2ef1c77fd5601eab544b03c40b80b501b6e19378 (diff)
hosts
-rw-r--r--cyfraeviolae.conf6
-rw-r--r--quietreading.conf4
2 files changed, 5 insertions, 5 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
+}
diff --git a/quietreading.conf b/quietreading.conf
index 5bb321d..90a24e5 100644
--- a/quietreading.conf
+++ b/quietreading.conf
@@ -15,9 +15,9 @@ http {
root /home/sy/code/site/quietreading;
}
- location /about {
+ location /hosts {
default_type "text/html";
- alias /home/sy/code/site/quietreading/about.html;
+ alias /home/sy/code/site/quietreading/hosts.html;
}
error_page 404 /404.html;