mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Change pelican wings port
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 5m36s
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 5m36s
This commit is contained in:
parent
50e64761ee
commit
783f1a8c0a
1 changed files with 1 additions and 1 deletions
|
|
@ -493,7 +493,7 @@ in {
|
||||||
|
|
||||||
wings-pelican.loadBalancer = {
|
wings-pelican.loadBalancer = {
|
||||||
servers = [
|
servers = [
|
||||||
{url = "http://10.1.1.249:8080";}
|
{url = "http://10.1.1.249:2022";}
|
||||||
];
|
];
|
||||||
passHostHeader = true;
|
passHostHeader = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue