Render my public pgp key in the browser instead of downloading it.
All checks were successful
semver Build semver has succeeded
build-homepage Build build-homepage has succeeded

This commit is contained in:
Tom Alexander 2023-09-21 23:18:37 -04:00
parent cee38a2c55
commit ae7240b2f4
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -14,6 +14,11 @@ events {
http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
types {
text/plain asc;
}
server_tokens off;
client_max_body_size 1m;
sendfile on;