traefik
This commit is contained in:
parent
74778d4c2b
commit
6d92957661
1 changed files with 2 additions and 2 deletions
|
|
@ -39,10 +39,10 @@
|
|||
|
||||
dynamicConfigOptions = {
|
||||
http = {
|
||||
routers.myapp = {
|
||||
routers.xray = {
|
||||
rule = "Host(`v2.kittykat.poggerer.xyz`)";
|
||||
entryPoints = [ "websecure" ];
|
||||
service = "v2";
|
||||
service = "xray";
|
||||
tls.certResolver = "letsencrypt";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue