Infini-SERVER: change Vaultwarden address to IP
This commit is contained in:
parent
0983318065
commit
c2ca0752aa
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@
|
||||||
};
|
};
|
||||||
"bitwarden.inx.moe" = ssl // {
|
"bitwarden.inx.moe" = ssl // {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:${toString config.services.vaultwarden.config.ROCKET_PORT}";
|
proxyPass = "http://127.0.0.1:${toString config.services.vaultwarden.config.ROCKET_PORT}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -113,7 +113,7 @@
|
||||||
DOMAIN = "https://bitwarden.inx.moe";
|
DOMAIN = "https://bitwarden.inx.moe";
|
||||||
SIGNUPS_ALLOWED = false;
|
SIGNUPS_ALLOWED = false;
|
||||||
|
|
||||||
ROCKET_ADDRESS = "localhost";
|
ROCKET_ADDRESS = "127.0.0.1";
|
||||||
ROCKET_PORT = 8222;
|
ROCKET_PORT = 8222;
|
||||||
ROCKET_LOG = "critical";
|
ROCKET_LOG = "critical";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue