adding ombi to hosts
This commit is contained in:
parent
84f6c6e8e3
commit
1c7081d083
|
@ -243,6 +243,11 @@
|
||||||
reverse_proxy localhost:3000
|
reverse_proxy localhost:3000
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
virtualHosts = {
|
||||||
|
"ombi.cochrun.xyz".extraConfig = ''
|
||||||
|
reverse_proxy localhost:3579
|
||||||
|
'';
|
||||||
|
};
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"workout.cochrun.xyz".extraConfig = ''
|
"workout.cochrun.xyz".extraConfig = ''
|
||||||
reverse_proxy localhost:8001
|
reverse_proxy localhost:8001
|
||||||
|
|
Loading…
Reference in a new issue