1 2 3 4 5 6 7 8 9
{ services.caddy = { enable = true; virtualHosts."i2pd.localhost".extraConfig = '' reverse_proxy localhost:7070 ''; }; }