Add ws.kcnhub.com Redirect
parent
075e6b35cf
commit
03d7c2d38a
|
@ -49,6 +49,11 @@ in {
|
|||
}];
|
||||
};
|
||||
services.caddy.virtualHosts = {
|
||||
"ws.kcnhub.com" = {
|
||||
extraConfig = ''
|
||||
redir "https://git.ws.kcnhub.com/DavidC/WS-KCNHUB/wiki"
|
||||
'';
|
||||
};
|
||||
"${domain}" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy 127.0.0.1:${toString config.services.gitea.settings.server.HTTP_PORT}
|
||||
|
|
Loading…
Reference in New Issue