diff --git a/bert/services/http/darylfanclub.chandlerswift.com.nix b/bert/services/http/darylfanclub.chandlerswift.com.nix new file mode 100644 index 0000000..f5be051 --- /dev/null +++ b/bert/services/http/darylfanclub.chandlerswift.com.nix @@ -0,0 +1,18 @@ + +{ + services.caddy.virtualHosts."darylfanclub.chandlerswift.com" = { + extraConfig = '' + encode zstd gzip + file_server + root * /srv/www/darylfanclub.chandlerswift.com + handle_errors { + respond "{err.status_code} {err.status_text}" + } + ''; + }; + systemd.tmpfiles.settings."10-darylfanclub-chandlerswift-com" = { + "/srv/www/darylfanclub.chandlerswift.com" = { + d = {}; + }; + }; +} diff --git a/bert/services/http/index.nix b/bert/services/http/index.nix index 22f8782..6dd6675 100644 --- a/bert/services/http/index.nix +++ b/bert/services/http/index.nix @@ -3,6 +3,7 @@ ./0hats.com.nix ./bannergen.chandlerswift.com.nix ./chandlerswift.com.nix + ./darylfanclub.chandlerswift.com.nix ./files.chandlerswift.com.nix ./git.chandlerswift.com.nix ./harborpaperco.com.nix