add math-project
This commit is contained in:
parent
e7ab4a2172
commit
a6d6637b3e
3 changed files with 60 additions and 2 deletions
|
@ -21,6 +21,10 @@
|
|||
domain = "blog.mtgmonkey.net";
|
||||
proxyTo = "http://localhost:9181/";
|
||||
}
|
||||
{
|
||||
domain = "math.mtgmonkey.net";
|
||||
proxyTo = "http://localhost:9282/";
|
||||
}
|
||||
{
|
||||
domain = "git.mtgmonkey.net";
|
||||
proxyTo = "http://localhost:8000/";
|
||||
|
@ -35,9 +39,8 @@
|
|||
}
|
||||
{
|
||||
domain = "translate.mtgmonkey.net";
|
||||
proxyTo = "http://localhost:9109/"
|
||||
proxyTo = "http://localhost:9109/";
|
||||
}
|
||||
|
||||
];
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue