Add puzzles module and nginx vhosts for puzzles.joshuabell.xyz
This commit is contained in:
parent
418b0f288b
commit
9170ce518c
4 changed files with 32 additions and 13 deletions
|
|
@ -237,6 +237,13 @@ in
|
|||
proxyPass = "http://100.64.0.13";
|
||||
};
|
||||
};
|
||||
"puzzles.joshuabell.xyz" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://100.64.0.13";
|
||||
};
|
||||
};
|
||||
"llm.joshuabell.xyz" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue