host tearforge.net
also move to using user git@tearforge.net TODO: move to port 22 ;-;
This commit is contained in:
parent
f7634fead2
commit
b530e24868
3 changed files with 49 additions and 20 deletions
|
|
@ -43,16 +43,15 @@
|
|||
locations."/".proxyPass = "${localhost}:8222";
|
||||
}
|
||||
// std;
|
||||
# "tearforge.net" =
|
||||
# {
|
||||
# forceSSL = true;
|
||||
# extraConfig = ''
|
||||
# client_max_body_size 512M;
|
||||
# '';
|
||||
# locations."/".proxyPass = "${localhost}:3000";
|
||||
# }
|
||||
# // std;
|
||||
# "tearforge.net" = forge;
|
||||
"tearforge.net" =
|
||||
{
|
||||
forceSSL = true;
|
||||
extraConfig = ''
|
||||
client_max_body_size 512M;
|
||||
'';
|
||||
locations."/".proxyPass = "${localhost}:3000";
|
||||
}
|
||||
// std;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue