fix: make api private again
This commit is contained in:
parent
ecd9de507a
commit
80fd74dae5
1 changed files with 4 additions and 2 deletions
|
|
@ -388,7 +388,6 @@
|
||||||
|
|
||||||
"images.noa.voorwaarts.nl" = proxy "noa.voorwaarts.nl" "http://[::1]:2283/";
|
"images.noa.voorwaarts.nl" = proxy "noa.voorwaarts.nl" "http://[::1]:2283/";
|
||||||
"maintenance.noa.voorwaarts.nl" = proxy "noa.voorwaarts.nl" "http://[::1]:5000/";
|
"maintenance.noa.voorwaarts.nl" = proxy "noa.voorwaarts.nl" "http://[::1]:5000/";
|
||||||
"api.noa.voorwaarts.nl" = proxy "noa.voorwaarts.nl" "http://[::1]:8000/";
|
|
||||||
|
|
||||||
"itepastra.nl" = {
|
"itepastra.nl" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
@ -428,7 +427,10 @@
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
defaults.email = "noa@voorwaarts.nl";
|
defaults.email = "noa@voorwaarts.nl";
|
||||||
certs = {
|
certs = {
|
||||||
"noa.voorwaarts.nl".extraDomainNames = [ "images.noa.voorwaarts.nl" "maintenance.noa.voorwaarts.nl" "api.noa.voorwaarts.nl" ];
|
"noa.voorwaarts.nl".extraDomainNames = [
|
||||||
|
"images.noa.voorwaarts.nl"
|
||||||
|
"maintenance.noa.voorwaarts.nl"
|
||||||
|
];
|
||||||
"itepastra.nl".extraDomainNames = [ "locked.itepastra.nl" ];
|
"itepastra.nl".extraDomainNames = [ "locked.itepastra.nl" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue