harden vaultwarden
All checks were successful
Test action / Print hello world (push) Successful in 19s
All checks were successful
Test action / Print hello world (push) Successful in 19s
This commit is contained in:
parent
6379b5e2de
commit
44e7a6fa0f
1 changed files with 6 additions and 0 deletions
|
@ -76,6 +76,12 @@ in
|
|||
"vault.kruining.eu".extraConfig = ''
|
||||
encode zstd gzip
|
||||
|
||||
handle_path /admin {
|
||||
respond 401 {
|
||||
close
|
||||
}
|
||||
}
|
||||
|
||||
reverse_proxy http://localhost:${toString config.services.vaultwarden.config.ROCKET_PORT} {
|
||||
header_up X-Real-IP {remote_host}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue