mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Fix anubis middleware
This commit is contained in:
parent
70575186c6
commit
47278964fc
1 changed files with 1 additions and 2 deletions
|
|
@ -422,7 +422,7 @@ in {
|
||||||
rule = "Host(`minecraft.prg-radio.org`)";
|
rule = "Host(`minecraft.prg-radio.org`)";
|
||||||
service = "bluemap";
|
service = "bluemap";
|
||||||
entryPoints = ["websecure"];
|
entryPoints = ["websecure"];
|
||||||
tls = {certresolver = "acme";};
|
tls = {};
|
||||||
middlewares = ["anubisForwardAuth"];
|
middlewares = ["anubisForwardAuth"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -488,7 +488,6 @@ in {
|
||||||
servers = [
|
servers = [
|
||||||
{url = "http://10.1.1.244:8100";}
|
{url = "http://10.1.1.244:8100";}
|
||||||
];
|
];
|
||||||
passHostHeader = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue