baldur: enable kTLS and redirect for www.bertof.net
This commit is contained in:
parent
80691b2d84
commit
43c2395357
1 changed files with 5 additions and 0 deletions
|
|
@ -104,9 +104,14 @@
|
|||
ssl = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
kTLS = true;
|
||||
};
|
||||
in
|
||||
{
|
||||
"www.bertof.net" = ssl // {
|
||||
default = true;
|
||||
locations."/".extraConfig = "rewrite ^/(berto/)?(.*)$ https://bertof.gitlab.io/$2 redirect ;";
|
||||
};
|
||||
"me.bertof.net" = ssl // {
|
||||
locations."/".extraConfig = "rewrite ^/(berto/)?(.*)$ https://bertof.gitlab.io/$2 redirect ;";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue