fixing port... silly me

This commit is contained in:
Chris Cochrun 2022-09-18 06:17:56 -05:00
parent ff7099fa36
commit ab4d2624b1
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:3000".extraConfig = '' "192.168.1.2:3003".extraConfig = ''
reverse_proxy localhost:3000 reverse_proxy localhost:3000
''; '';
}; };

View file

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