mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Replace 127.0.0.1 with localhost
This commit is contained in:
parent
e288bb2bf3
commit
0b2fbc2c6d
8 changed files with 12 additions and 9 deletions
|
|
@ -50,7 +50,7 @@ in
|
|||
https = true;
|
||||
settings = {
|
||||
overwriteProtocol = "https";
|
||||
trusted_proxies = [ "127.0.0.1" ];
|
||||
trusted_proxies = [ "localhost" ];
|
||||
log_type = "file";
|
||||
default_phone_region = "DE";
|
||||
maintenance_window_start = "2"; # UTC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue