fix(tanzanite): matrix not being able to sign in

This commit is contained in:
stitchy 2024-12-22 20:53:39 -08:00
parent 5544f0d6c0
commit f60c305e7e
Signed by: stitchy
SSH key fingerprint: SHA256:f7Wxv5r7Ooi4z3GxqMBx50LlPRtY/kUK/Sw8K02PYys

View file

@ -37,6 +37,7 @@ in {
forceSSL = true; forceSSL = true;
root = "/opt/www/stitchy.moe/public"; root = "/opt/www/stitchy.moe/public";
extraConfig = '' extraConfig = ''
add_header 'Access-Control-Allow-Origin' '*' always;
error_page 404 /404.html; error_page 404 /404.html;
location = /404.html { location = /404.html {
internal; internal;