adding a real rtl url

This commit is contained in:
Chris Cochrun 2022-09-18 06:28:18 -05:00
parent ab4d2624b1
commit 9766c4c4a6
2 changed files with 2 additions and 2 deletions

View file

@ -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
''; '';
}; };

View file

@ -218,7 +218,7 @@
''; '';
}; };
virtualHosts = { virtualHosts = {
"192.168.1.2:3003".extraConfig = '' "rtl.cochrun.xyz".extraConfig = ''
reverse_proxy localhost:3000 reverse_proxy localhost:3000
''; '';
}; };