remove blog
This commit is contained in:
parent
f961f63c23
commit
ad5b25a6df
|
@ -2,17 +2,6 @@
|
|||
|
||||
{
|
||||
services.traefik.dynamicConfigOptions.http.routers = {
|
||||
blog = {
|
||||
rule = "Host(`sajenim.dev`)";
|
||||
entryPoints = [
|
||||
"websecure"
|
||||
];
|
||||
middlewares = [
|
||||
"geoblock"
|
||||
];
|
||||
service = "blog";
|
||||
};
|
||||
|
||||
homarr = {
|
||||
rule = "Host(`kanto.dev`)";
|
||||
entryPoints = [
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
|
||||
{
|
||||
services.traefik.dynamicConfigOptions.http.services = {
|
||||
blog.loadBalancer.servers = [
|
||||
{ url = "http://192.168.1.102:5624"; }
|
||||
];
|
||||
homarr.loadBalancer.servers = [
|
||||
{ url = "http://192.168.1.102:7575"; }
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue