updates
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
0d1d451171
commit
5f9fb27ebb
17 changed files with 201 additions and 120 deletions
|
|
@ -46,18 +46,18 @@
|
|||
|
||||
bookmarks_local.loadBalancer.servers = [
|
||||
{
|
||||
url = "http://10.1.10.3:30099";
|
||||
url = "https://bookmarks.gwg313.xyz";
|
||||
}
|
||||
];
|
||||
|
||||
pastebin_local.loadBalancer.servers = [
|
||||
{
|
||||
url = "http://10.1.10.3:32090";
|
||||
url = "https://pastebin.gwg313.xyz";
|
||||
}
|
||||
];
|
||||
snippets_local.loadBalancer.servers = [
|
||||
{
|
||||
url = "http://10.1.10.3:31111";
|
||||
url = "https://snippets.gwg313.xyz";
|
||||
}
|
||||
];
|
||||
git_local.loadBalancer.servers = [
|
||||
|
|
@ -95,6 +95,18 @@
|
|||
url = "https://uptime.gwg313.xyz";
|
||||
}
|
||||
];
|
||||
|
||||
hdoc_local.loadBalancer.servers = [
|
||||
{
|
||||
url = "https://hdoc.gwg313.xyz";
|
||||
}
|
||||
];
|
||||
|
||||
cache_local.loadBalancer.servers = [
|
||||
{
|
||||
url = "https://cache.gwg313.xyz";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue