bert: Add darylfanclub.chandlerswift.com
This commit is contained in:
parent
3242d90c24
commit
6a511784a6
2 changed files with 19 additions and 0 deletions
18
bert/services/http/darylfanclub.chandlerswift.com.nix
Normal file
18
bert/services/http/darylfanclub.chandlerswift.com.nix
Normal file
|
|
@ -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 = {};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue