Mroe fixeds
This commit is contained in:
parent
578b7d0a59
commit
d466d87ee4
1 changed files with 0 additions and 11 deletions
|
|
@ -196,17 +196,6 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
http.routers = {
|
http.routers = {
|
||||||
# Route the bare root (/) directly to the backend so the app's
|
|
||||||
# initial redirect to /en/ happens before Anubis protection is applied.
|
|
||||||
# This avoids Anubis capturing a root request and emitting a null redir.
|
|
||||||
partdb-root = {
|
|
||||||
rule = "Host(`partdb.prg-radio.org`) && Path(`/`)";
|
|
||||||
service = "partdb-direct";
|
|
||||||
entryPoints = ["websecure"];
|
|
||||||
tls = {};
|
|
||||||
priority = 200; # ensure this matches before the protected router
|
|
||||||
};
|
|
||||||
|
|
||||||
#anubis-api = {
|
#anubis-api = {
|
||||||
# rule = "Host(`anubis.prg-radio.org`) && PathPrefix(`/.within.website/x/cmd/anubis/api`)";
|
# rule = "Host(`anubis.prg-radio.org`) && PathPrefix(`/.within.website/x/cmd/anubis/api`)";
|
||||||
# service = "anubis";
|
# service = "anubis";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue