adding a way to find rtl in caddy

This commit is contained in:
Chris Cochrun 2022-09-18 06:15:48 -05:00
parent 82d3d1450a
commit ff7099fa36
2 changed files with 10 additions and 0 deletions

View file

@ -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

View file

@ -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