remove photo proxy
This commit is contained in:
parent
d11f6dc8e9
commit
91480629ae
2 changed files with 0 additions and 24 deletions
|
|
@ -16,30 +16,10 @@
|
||||||
|
|
||||||
routers = {
|
routers = {
|
||||||
|
|
||||||
photo = {
|
|
||||||
rule = "Host(`photo.yanlincs.com`)";
|
|
||||||
service = "photo";
|
|
||||||
tls = {
|
|
||||||
certResolver = "cloudflare";
|
|
||||||
domains = [{
|
|
||||||
main = "*.yanlincs.com";
|
|
||||||
}];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
||||||
photo = {
|
|
||||||
loadBalancer = {
|
|
||||||
servers = [{
|
|
||||||
url = "http://10.1.1.152:8080";
|
|
||||||
}];
|
|
||||||
serversTransport = "longTimeout@file";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -25,10 +25,6 @@
|
||||||
name = "Overleaf";
|
name = "Overleaf";
|
||||||
url = "https://www.overleaf.com/project";
|
url = "https://www.overleaf.com/project";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "Photos";
|
|
||||||
url = "https://photo.yanlincs.com/photos";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "Resource";
|
name = "Resource";
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue