website: redirect to docs

This commit is contained in:
oxapentane - 2022-05-23 17:15:58 +02:00
parent 7851680e57
commit f49806c26d
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C

View File

@ -7,7 +7,7 @@
forceSSL = true;
locations."/" = {
extraConfig = ''
return 307 https://github.com/dump-dvb;
return 307 https://docs.dvb.de;
'';
};
};