mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
chore: merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
6b6641f15e
2 changed files with 14 additions and 0 deletions
|
|
@ -24,6 +24,12 @@
|
|||
|
||||
# Hardened TLS and HSTS preloading
|
||||
appendHttpConfig = ''
|
||||
# Most important header
|
||||
add_header meow "nya!";
|
||||
add_header pronouns "any but neopronouns";
|
||||
add_header gender "maybe";
|
||||
add_header locale "[en_US, nl_NL]";
|
||||
|
||||
# Add HSTS header with preloading to HTTPS requests.
|
||||
# Do not add HSTS header to HTTP requests.
|
||||
map $scheme $hsts_header {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue