Traefik use 127.0.0.1
This commit is contained in:
parent
d660bf8101
commit
8f4801ebf8
13 changed files with 13 additions and 13 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
services.traefik.dynamicConfigOptions.http.services = {
|
||||
forgejo.loadBalancer.servers = [
|
||||
{ url = "http://192.168.1.102:3131"; }
|
||||
{ url = "http://127.0.0.1:3131"; }
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
services.traefik.dynamicConfigOptions.http.services = {
|
||||
httpd.loadBalancer.servers = [
|
||||
{ url = "http://192.168.1.102:5624"; }
|
||||
{ url = "http://127.0.0.1:5624"; }
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -90,7 +90,7 @@ in
|
|||
|
||||
services.traefik.dynamicConfigOptions.http.services = {
|
||||
minecraft.loadBalancer.servers = [
|
||||
{ url = "http://192.168.1.102:25565"; }
|
||||
{ url = "http://127.0.0.1:25565"; }
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue