SSH commit signing will be used going forward

This commit is contained in:
Daniel Micay
2023-01-05 00:55:05 -05:00
parent 1ff2719b37
commit 6280211cc5
5 changed files with 33 additions and 2 deletions

View File

@@ -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;