summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alejandro.colomar@exfo.com>2021-07-25 12:56:17 +0200
committerAlejandro Colomar <alejandro.colomar@exfo.com>2021-07-25 12:56:17 +0200
commit61be72e9f441a179b201cefdeda97edac4241cbc (patch)
tree8b682db7cd69c25489da57fc907091e87a1dcba8
parent15ae149a6098e4cfbce72bb900feb35e4976aa92 (diff)
nginx: Remove unused configuration
Those files were removed recently Signed-off-by: Alejandro Colomar <alejandro.colomar@exfo.com>
-rw-r--r--etc/nginx/conf.d/server.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/etc/nginx/conf.d/server.conf b/etc/nginx/conf.d/server.conf
index 423d179..a500ec5 100644
--- a/etc/nginx/conf.d/server.conf
+++ b/etc/nginx/conf.d/server.conf
@@ -20,14 +20,6 @@ server
autoindex on;
}
- location ~ /share/man/man[[:digit:]]/.+ {
- try_files ${uri} ${uri}.html /man-pages.html =404;
- }
-
- location = /share/man/index.html {
- try_files /man-pages.html =404;
- }
-
location /cv/ {
try_files /cv.html /index.html =404;
}