let's test
This commit is contained in:
parent
c30549724f
commit
8aee697fea
1 changed files with 9 additions and 0 deletions
|
@ -21,6 +21,15 @@ in mkIf conf.website.enable {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"git.twoneis.site" = {
|
||||||
|
serverName = "git.twoneis.site";
|
||||||
|
forceSSL = false;
|
||||||
|
locations = {
|
||||||
|
"/" = {
|
||||||
|
return = "200 \"faggot on git?\"";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue