fixing port... silly me
This commit is contained in:
parent
ff7099fa36
commit
ab4d2624b1
|
@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue