diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-31 15:27:59 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-31 15:27:59 -0600 |
| commit | 2d84b4d1de0dc50bf50bb3cc7469db431b7708c5 (patch) | |
| tree | 62a42076031a920a86d693e4c8b8237b9f5339ca /hosts/ganymede | |
| parent | 4388ed418203adcfa2ec829b1dbb7e88d74a87b0 (diff) | |
put www in the media
Diffstat (limited to 'hosts/ganymede')
| -rw-r--r-- | hosts/ganymede/caddy.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ganymede/caddy.nix b/hosts/ganymede/caddy.nix index e438e10..b24e906 100644 --- a/hosts/ganymede/caddy.nix +++ b/hosts/ganymede/caddy.nix @@ -20,7 +20,7 @@ ''; virtualHosts."https://williamsfam.us.com".extraConfig = '' - root * /var/www + root * /media/www file_server ''; }; |
