Correction

This commit is contained in:
Alexandre
2022-03-24 09:56:48 +01:00
parent 8e8bc40e04
commit a2ecc71edf
10 changed files with 7 additions and 37 deletions

View File

@@ -33,8 +33,5 @@ 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,8 +40,5 @@ server {
location ~ /\. {
log_not_found off;
deny all;
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}