diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-01-05 00:55:05 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-01-05 02:04:19 -0500 |
| commit | 6280211cc5b5de9e08c1664a5ac584bae9a2d3f4 (patch) | |
| tree | bb97b307fbf6ea5a3f101d1b6047f04eec73029f /nginx | |
| parent | 1ff2719b37fb4bbcd48821f4742c120846085463 (diff) | |
SSH commit signing will be used going forward
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 4 |
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; |
