diff options
author | Elizabeth Hunt <elizabeth@simponic.xyz> | 2024-08-14 23:55:43 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth@simponic.xyz> | 2024-08-14 23:55:43 -0700 |
commit | 5bf6faccc05ecc0db24705ad1f1b4c5311f3db5d (patch) | |
tree | 8cf78292282a199d2e679587e66fbbaf305fb36b /dynamic.yml | |
parent | db88a4a8cc41ff604a112bda803f50b21865e3aa (diff) | |
download | proxy-5bf6faccc05ecc0db24705ad1f1b4c5311f3db5d.tar.gz proxy-5bf6faccc05ecc0db24705ad1f1b4c5311f3db5d.zip |
Diffstat (limited to 'dynamic.yml')
-rw-r--r-- | dynamic.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic.yml b/dynamic.yml index c54cfd9..4c601f3 100644 --- a/dynamic.yml +++ b/dynamic.yml @@ -1,7 +1,7 @@ http: routers: dev: - rule: "Host(`dev.rl.internal.simponic.xyz`)" + rule: "Host(`dev.arm.internal.simponic.xyz`)" service: "noop@internal" entryPoints: - "http" @@ -10,7 +10,7 @@ http: dev-secured: entryPoints: - "https" - rule: "Host(`dev.rl.internal.simponic.xyz`)" + rule: "Host(`dev.arm.internal.simponic.xyz`)" service: "local" tls: certResolver: stepca |