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

@@ -7,9 +7,6 @@ server {
location / {
set $upstream_port 2202;
proxy_pass http://127.0.0.1:$upstream_port;
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}

View File

@@ -32,9 +32,6 @@ server {
location /ubooquity/admin-api {
set $upstream_port 2203;
proxy_pass http://127.0.0.1:$upstream_port;
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}