Infini-SERVER: change Vaultwarden address to IP

This commit is contained in:
Infinidoge 2023-08-31 14:28:11 -04:00
parent 0983318065
commit c2ca0752aa

View file

@ -100,7 +100,7 @@
};
"bitwarden.inx.moe" = ssl // {
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";
SIGNUPS_ALLOWED = false;
ROCKET_ADDRESS = "localhost";
ROCKET_ADDRESS = "127.0.0.1";
ROCKET_PORT = 8222;
ROCKET_LOG = "critical";