Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -33,5 +33,8 @@ server {
allow 172.30.32.2;
deny all;
proxy_pass http://127.0.0.1:80;
}
}
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}

View File

@@ -40,5 +40,8 @@ server {
location ~ /\. {
log_not_found off;
deny all;
}
}
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}