summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-12-20 14:10:38 +0100
committerAlejandro Colomar <alx@kernel.org>2023-12-20 14:10:38 +0100
commit7aaa05d6d8e6fb8ff19aff0f462acddc857b016c (patch)
tree31f7abbd0618adf77a0568d68744df3346e34c1a
parent0e98d117f0401f1a11111cab3bc34172bb32352e (diff)
etc/nginx/, srv/www/: Remove top-level /man/
I've moved it to </share/man/>. Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--etc/nginx/sites-available/www.alejandro-colomar.es5
-rw-r--r--srv/www/contact.html1
-rw-r--r--srv/www/dir.html1
-rw-r--r--srv/www/index.html1
-rw-r--r--srv/www/random.html1
-rw-r--r--srv/www/random/fanless.html1
-rw-r--r--srv/www/random/index.html1
-rw-r--r--srv/www/random/trust.html1
-rw-r--r--srv/www/ssl.html1
9 files changed, 0 insertions, 13 deletions
diff --git a/etc/nginx/sites-available/www.alejandro-colomar.es b/etc/nginx/sites-available/www.alejandro-colomar.es
index 30af1f7..be02d78 100644
--- a/etc/nginx/sites-available/www.alejandro-colomar.es
+++ b/etc/nginx/sites-available/www.alejandro-colomar.es
@@ -23,11 +23,6 @@ server
autoindex on;
}
- location /man/ {
- autoindex on;
- root /srv/;
- }
-
location /pkg/ {
autoindex on;
root /srv/;
diff --git a/srv/www/contact.html b/srv/www/contact.html
index da86cb4..40977e1 100644
--- a/srv/www/contact.html
+++ b/srv/www/contact.html
@@ -31,7 +31,6 @@
<a href="./dir">Directory</a> |
<a href="./random">Random</a> |
<a href="./ssl">SSL</a> ||
- <a href="./man/">man</a> ||
<a href="./share/">share</a> ||
<a href="./src/">src</a> ||
<a href="./cv">CV</a> |
diff --git a/srv/www/dir.html b/srv/www/dir.html
index b008406..93e38f2 100644
--- a/srv/www/dir.html
+++ b/srv/www/dir.html
@@ -31,7 +31,6 @@
Directory |
<a href="./random">Random</a> |
<a href="./ssl">SSL</a> ||
- <a href="./man/">man</a> ||
<a href="./share/">share</a> ||
<a href="./src/">src</a> ||
<a href="./cv">CV</a> |
diff --git a/srv/www/index.html b/srv/www/index.html
index c875f31..f9287f3 100644
--- a/srv/www/index.html
+++ b/srv/www/index.html
@@ -30,7 +30,6 @@
<a href="./dir">Directory</a> |
<a href="./random">Random</a> |
<a href="./ssl">SSL</a> ||
- <a href="./man/">man</a> ||
<a href="./share/">share</a> ||
<a href="./src/">src</a> ||
<a href="./cv">CV</a> |
diff --git a/srv/www/random.html b/srv/www/random.html
index 1aecedc..a6499ef 100644
--- a/srv/www/random.html
+++ b/srv/www/random.html
@@ -31,7 +31,6 @@
<a href="./dir">Directory</a> |
Random |
<a href="./ssl">SSL</a> ||
- <a href="./man/">man</a> ||
<a href="./share/">share</a> ||
<a href="./src/">src</a> ||
<a href="./cv">CV</a> |
diff --git a/srv/www/random/fanless.html b/srv/www/random/fanless.html
index 57bc6be..7cdadb9 100644
--- a/srv/www/random/fanless.html
+++ b/srv/www/random/fanless.html
@@ -32,7 +32,6 @@
<a href="../dir">Directory</a> |
Random |
<a href="../ssl">SSL</a> ||
- <a href="../man/">man</a> ||
<a href="../share/">share</a> ||
<a href="../src/">src</a> ||
<a href="../cv">CV</a> |
diff --git a/srv/www/random/index.html b/srv/www/random/index.html
index 05923b6..6fd69d0 100644
--- a/srv/www/random/index.html
+++ b/srv/www/random/index.html
@@ -31,7 +31,6 @@
<a href="../dir">Directory</a> |
Random |
<a href="../ssl">SSL</a> ||
- <a href="../man/">man</a> ||
<a href="../share/">share</a> ||
<a href="../src/">src</a> ||
<a href="../cv">CV</a> |
diff --git a/srv/www/random/trust.html b/srv/www/random/trust.html
index 70bf7a1..f727c7a 100644
--- a/srv/www/random/trust.html
+++ b/srv/www/random/trust.html
@@ -32,7 +32,6 @@
<a href="../dir">Directory</a> |
Random |
<a href="../ssl">SSL</a> ||
- <a href="../man/">man</a> ||
<a href="../share/">share</a> ||
<a href="../src/">src</a> ||
<a href="../cv">CV</a> |
diff --git a/srv/www/ssl.html b/srv/www/ssl.html
index 2e3d5b0..eeea65a 100644
--- a/srv/www/ssl.html
+++ b/srv/www/ssl.html
@@ -31,7 +31,6 @@
<a href="./dir">Directory</a> |
<a href="./random">Random</a> |
SSL ||
- <a href="./man/">man</a> ||
<a href="./share/">share</a> ||
<a href="./src/">src</a> ||
<a href="./cv">CV</a> |