fix: service names

This commit is contained in:
2025-11-26 00:42:10 +01:00
parent 02671b9117
commit aca485836b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ http:
rule: "Host(`landing.gigaforust`)"
entryPoints:
- websecure
service: landing-page
service: forust-homepage
middlewares:
- security-headers
tls: {}
+1 -1
View File
@@ -137,7 +137,7 @@ http:
rule: "Host(`landing.workstation`)"
entryPoints:
- websecure
service: landing-page
service: forust-homepage
middlewares:
- security-headers
tls: {}
+1 -1
View File
@@ -136,7 +136,7 @@ http:
rule: "Host(`forust.xyz`)"
entryPoints:
- websecure
service: landing-page
service: forust-homepage
middlewares:
- security-headers
tls: {}