fix listen address
This commit is contained in:
parent
24ccb05f25
commit
012bf85461
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
in BaseConfig::{
|
||||
, database_url = "postgres://auth_chir_rs:${d}{password}@nixos-8gb-fsn1-1.int.chir.rs"
|
||||
, listen_addr = "[::1]:7954"
|
||||
, listen_addr = "127.0.0.1:7954"
|
||||
, redis_url = "redis://${d}{password}@nixos-8gb-fsn1-1.int.chir.rs:53538/0"
|
||||
, asset_path = "${chir-rs.packages.${system}.chir-rs-auth-web}"
|
||||
}
|
||||
|
@ -75,7 +75,7 @@ in {
|
|||
extraConfig = ''
|
||||
import baseConfig
|
||||
|
||||
reverse_proxy http://127.0.0.1:5621 {
|
||||
reverse_proxy http://127.0.0.1:7954 {
|
||||
trusted_proxies private_ranges
|
||||
}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue