mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Derp again again
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 5m13s
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 5m13s
This commit is contained in:
parent
1a5c5b7904
commit
5ca2774960
1 changed files with 3 additions and 5 deletions
|
|
@ -390,7 +390,6 @@ in {
|
|||
tls = {certresolver = "acme";};
|
||||
};
|
||||
|
||||
|
||||
# Matrix HTTP router for client requests (Element etc.)
|
||||
matrix = {
|
||||
rule = "Host(`lgbtq.prg-radio.org`)";
|
||||
|
|
@ -494,13 +493,12 @@ in {
|
|||
servers = [
|
||||
{url = "http://10.1.1.249:8070";}
|
||||
];
|
||||
passHostHeader = true;
|
||||
};
|
||||
|
||||
wings-pelican.loadBalancer = {
|
||||
servers = [ { url = "https://10.1.1.249:8443"; } ];
|
||||
passHostHeader = true;
|
||||
serversTransport = "wings-transport";
|
||||
servers = [
|
||||
{url = "https://10.1.1.249:8443";}
|
||||
];
|
||||
};
|
||||
|
||||
# Mail JMAP HTTP backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue