summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index f991e795..84c85283 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -298,6 +298,10 @@ http {
try_files $uri.html =404;
}
+ location = /allowed_signers {}
+ location = /allowed_signers.sig {}
+ location = /allowed_signers.asc {}
+
location = /favicon.ico {
if ($http_accept ~ "image/svg\+xml") {
rewrite ^ /favicon.svg last;