Compare commits
2 commits
3242d90c24
...
ed7d2374d8
| Author | SHA1 | Date | |
|---|---|---|---|
| ed7d2374d8 | |||
| 6a511784a6 |
3 changed files with 39 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 = {};
|
||||
};
|
||||
};
|
||||
}
|
||||
19
bert/services/http/flintlock.chandlerswift.com.nix
Normal file
19
bert/services/http/flintlock.chandlerswift.com.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
{
|
||||
services.caddy.virtualHosts."flintlock.chandlerswift.com" = {
|
||||
serverAliases = ["flintlock.isaacswift.com" "www.flintlock.chandlerswift.com" "www.flintlock.isaacswift.com"];
|
||||
extraConfig = ''
|
||||
encode zstd gzip
|
||||
file_server
|
||||
root * /srv/www/flintlock.chandlerswift.com
|
||||
handle_errors {
|
||||
respond "{err.status_code} {err.status_text}"
|
||||
}
|
||||
'';
|
||||
};
|
||||
systemd.tmpfiles.settings."10-flintlock-chandlerswift-com" = {
|
||||
"/srv/www/flintlock.chandlerswift.com" = {
|
||||
d = {};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -3,6 +3,8 @@
|
|||
./0hats.com.nix
|
||||
./bannergen.chandlerswift.com.nix
|
||||
./chandlerswift.com.nix
|
||||
./darylfanclub.chandlerswift.com.nix
|
||||
./flintlock.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