making tfcconnection.com forward to .org

This commit is contained in:
Chris Cochrun 2024-02-09 12:11:51 -06:00
parent a1b185a28f
commit 8f6c19d0b6

View file

@ -264,11 +264,17 @@
}
'';
};
virtualHosts = {
"tfcconnection.com".extraConfig = ''
redir https://tfcconnection.org
header {
Access-Control-Allow-Origin *
}
'';
};
virtualHosts = {
"www.tfcconnection.org".extraConfig = ''
encode gzip
root * /srv/tfcconnection
file_server
redir https://tfcconnection.org
header {
Access-Control-Allow-Origin *
}