adding a real rtl url
This commit is contained in:
parent
ab4d2624b1
commit
9766c4c4a6
|
@ -1198,7 +1198,7 @@ Dalinar's config is of course server oriented.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"192.168.1.2:3003".extraConfig = ''
|
"rtl.cochrun.xyz".extraConfig = ''
|
||||||
reverse_proxy localhost:3000
|
reverse_proxy localhost:3000
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
@ -218,7 +218,7 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"192.168.1.2:3003".extraConfig = ''
|
"rtl.cochrun.xyz".extraConfig = ''
|
||||||
reverse_proxy localhost:3000
|
reverse_proxy localhost:3000
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue