fix typo in reverse proxy configuration

This commit is contained in:
Douze Bé 2024-12-27 10:20:26 +01:00
parent b6b61f41ef
commit fe7648ba17

View file

@ -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";
};
}