fix vaultwarden not being reachable from caddy
This commit is contained in:
parent
f3a04f8bd7
commit
65957fbc0d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
DOMAIN = "https://${config.services.caddy.virtualHosts.vw.hostName}";
|
DOMAIN = "https://${config.services.caddy.virtualHosts.vw.hostName}";
|
||||||
ROCKET_ADDRESS = "127.0.0.1";
|
ROCKET_ADDRESS = "0.0.0.0";
|
||||||
ROCKET_PORT = 35381;
|
ROCKET_PORT = 35381;
|
||||||
ROCKET_LOG = "critical";
|
ROCKET_LOG = "critical";
|
||||||
SIGNUPS_ALLOWED = false;
|
SIGNUPS_ALLOWED = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue