adding a way to find rtl in caddy
This commit is contained in:
parent
82d3d1450a
commit
ff7099fa36
|
@ -1197,6 +1197,11 @@ Dalinar's config is of course server oriented.
|
|||
reverse_proxy localhost:9091
|
||||
'';
|
||||
};
|
||||
virtualHosts = {
|
||||
"192.168.1.2:3000".extraConfig = ''
|
||||
reverse_proxy localhost:3000
|
||||
'';
|
||||
};
|
||||
virtualHosts = {
|
||||
"nc.cochrun.xyz".extraConfig = ''
|
||||
reverse_proxy localhost:8080
|
||||
|
|
|
@ -217,6 +217,11 @@
|
|||
reverse_proxy localhost:9091
|
||||
'';
|
||||
};
|
||||
virtualHosts = {
|
||||
"192.168.1.2:3000".extraConfig = ''
|
||||
reverse_proxy localhost:3000
|
||||
'';
|
||||
};
|
||||
virtualHosts = {
|
||||
"nc.cochrun.xyz".extraConfig = ''
|
||||
reverse_proxy localhost:8080
|
||||
|
|
Loading…
Reference in a new issue