fix: missed a semicollon so nginx didn't work

This commit is contained in:
Ahwx 2025-03-01 23:16:21 +01:00
parent 2a771587a6
commit 9f7542a5ab

View file

@ -44,10 +44,9 @@
# # proxy_cookie_path / "/; secure; HttpOnly; SameSite=strict";
# Most important headers
add_header meow "nya!";
add_header matrix "https://matrix.to/#/@liv:liv.town"
add_header meow "nyaa";
add_header matrix "@liv:liv.town";
add_header pronouns "any but neopronouns";
add_header gender "maybe";
add_header locale "[en_US, nl_NL]";
'';
};