checking some stuff
This commit is contained in:
parent
5c1af20894
commit
a9aaa9bfcf
4 changed files with 23 additions and 1 deletions
|
@ -8,7 +8,16 @@ in mkIf conf.website.enable {
|
|||
forceSSL = false;
|
||||
locations = {
|
||||
"/" = {
|
||||
return = "200 \"Faggot\"";
|
||||
return = "200 \"faggot\"";
|
||||
};
|
||||
};
|
||||
};
|
||||
"fedi.twoneis.site" = {
|
||||
serverName = "git.twoneis.site";
|
||||
forceSSL = false;
|
||||
locations = {
|
||||
"/" = {
|
||||
return = "200 \"faggot on fedi?\"";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue