mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-11 10:07:22 +02:00
Correction
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user