adding a way to find rtl in caddy
This commit is contained in:
parent
82d3d1450a
commit
ff7099fa36
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue