Skip to content

Commit

Permalink
feat: add virtual host for quickweb command
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Jun 23, 2024
1 parent 6a4e63d commit f92f07b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hosts/nixos/mini/caddy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ in {
${reverse_proxy_string 8081}
'';

virtualHosts."quickweb.${domain}".extraConfig = ''
${tlsConfig}
${reverse_proxy_string 2015}
'';

virtualHosts."attic.${domain}".extraConfig = ''
${tlsConfig}
Expand Down

0 comments on commit f92f07b

Please sign in to comment.