change default nginx redirect
This commit is contained in:
parent
7d04597408
commit
2e06647fa4
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
serverName = "_";
|
serverName = "_";
|
||||||
default = true;
|
default = true;
|
||||||
rejectSSL = true;
|
rejectSSL = true;
|
||||||
locations."/".return = "444";
|
locations."/".return = "302 https://hdohmen.de";
|
||||||
};
|
};
|
||||||
privateVirtualHosts."roam.lan" = {
|
privateVirtualHosts."roam.lan" = {
|
||||||
locations."/" = { };
|
locations."/" = { };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue