Remove api test server proxy
This commit is contained in:
parent
d0af0a7518
commit
6e1e47fd1c
1 changed files with 0 additions and 20 deletions
|
|
@ -20,18 +20,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
api_test_server = {
|
|
||||||
rule = "Host(`api.yanlincs.com`)";
|
|
||||||
entrypoints = "websecure";
|
|
||||||
service = "api_test_server";
|
|
||||||
tls = {
|
|
||||||
certResolver = "cloudflare";
|
|
||||||
domains = [{
|
|
||||||
main = "*.yanlincs.com";
|
|
||||||
}];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Photo service (Immich)
|
# Photo service (Immich)
|
||||||
photo = {
|
photo = {
|
||||||
rule = "Host(`photo.yanlincs.com`)";
|
rule = "Host(`photo.yanlincs.com`)";
|
||||||
|
|
@ -185,14 +173,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
api_test_server = {
|
|
||||||
loadBalancer = {
|
|
||||||
servers = [{
|
|
||||||
url = "http://10.2.2.30:8000";
|
|
||||||
}];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Photo service backend (via WireGuard)
|
# Photo service backend (via WireGuard)
|
||||||
photo = {
|
photo = {
|
||||||
loadBalancer = {
|
loadBalancer = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue