making tfcconnection.com forward to .org
This commit is contained in:
parent
a1b185a28f
commit
8f6c19d0b6
|
@ -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 *
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue