Forward zoo.wpcarro.dev connections to :8000
Right now the 8000 port is hard-coded into the zoo server, which isn't ideal, but "it works" (TM).
This commit is contained in:
parent
f895cb417a
commit
0b34482b6d
2 changed files with 8 additions and 0 deletions
|
|
@ -33,4 +33,5 @@ in {
|
|||
third_party = readTree ./third_party;
|
||||
tools = readTree ./tools;
|
||||
buildHaskell = readTree ./buildHaskell;
|
||||
zoo = readTree ./zoo;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue