mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
fix: missed a semicollon so nginx didn't work
This commit is contained in:
parent
2a771587a6
commit
9f7542a5ab
1 changed files with 2 additions and 3 deletions
|
|
@ -44,10 +44,9 @@
|
||||||
# # proxy_cookie_path / "/; secure; HttpOnly; SameSite=strict";
|
# # proxy_cookie_path / "/; secure; HttpOnly; SameSite=strict";
|
||||||
|
|
||||||
# Most important headers
|
# Most important headers
|
||||||
add_header meow "nya!";
|
add_header meow "nyaa";
|
||||||
add_header matrix "https://matrix.to/#/@liv:liv.town"
|
add_header matrix "@liv:liv.town";
|
||||||
add_header pronouns "any but neopronouns";
|
add_header pronouns "any but neopronouns";
|
||||||
add_header gender "maybe";
|
|
||||||
add_header locale "[en_US, nl_NL]";
|
add_header locale "[en_US, nl_NL]";
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue