fix typo in reverse proxy configuration
This commit is contained in:
parent
b6b61f41ef
commit
fe7648ba17
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@
|
|||
{ url = "http://10.10.2.2:80"; }
|
||||
];
|
||||
};
|
||||
services.traefik.dynamicConfigOptions.http.routers."router-nextcloud_lab12" = {
|
||||
services.traefik.dynamicConfigOptions.http.routers."router-nextcloud-lab12" = {
|
||||
rule = "Host(`nuage.lab12.fr`)";
|
||||
service = "service-nextcloud_lab12";
|
||||
service = "service-nextcloud-lab12";
|
||||
};
|
||||
|
||||
# proxy for forgejo on arachnide
|
||||
|
@ -46,7 +46,7 @@
|
|||
};
|
||||
services.traefik.dynamicConfigOptions.http.routers."router-forgejo-lab12" = {
|
||||
rule = "Host(`forge.lab12.fr`)";
|
||||
service = "service-forgejo_lab12";
|
||||
service = "service-forgejo-lab12";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue