Render my public pgp key in the browser instead of downloading it.
This commit is contained in:
parent
cee38a2c55
commit
ae7240b2f4
@ -14,6 +14,11 @@ events {
|
|||||||
http {
|
http {
|
||||||
include /etc/nginx/mime.types;
|
include /etc/nginx/mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
|
types {
|
||||||
|
text/plain asc;
|
||||||
|
}
|
||||||
|
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
client_max_body_size 1m;
|
client_max_body_size 1m;
|
||||||
sendfile on;
|
sendfile on;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user