mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 21:30:43 +01:00
replace domain name
This commit is contained in:
parent
ef451c0e8d
commit
9cfa2d16c5
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ http:
|
|||
routers:
|
||||
# ...existing routers...
|
||||
int-api-router-redirect:
|
||||
rule: "Host(`api.fosrl.com`)"
|
||||
rule: "Host(`api.example.com`)"
|
||||
service: int-api-service
|
||||
entryPoints:
|
||||
- web
|
||||
|
@ -55,7 +55,7 @@ http:
|
|||
- redirect-to-https
|
||||
|
||||
int-api-router:
|
||||
rule: "Host(`api.fosrl.com`)"
|
||||
rule: "Host(`api.example.com`)"
|
||||
service: int-api-service
|
||||
entryPoints:
|
||||
- websecure
|
||||
|
|
Loading…
Reference in a new issue