Move my static sites to the new server
This commit is contained in:
parent
de553ff052
commit
21b6cd9326
16 changed files with 593 additions and 9 deletions
22
nix/hosts/hetznix/modules/nginx/default.nix
Normal file
22
nix/hosts/hetznix/modules/nginx/default.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
serverNamesHashBucketSize = 256;
|
||||
};
|
||||
|
||||
imports = [
|
||||
./vhosts/2020.oliverdavies.uk.nix
|
||||
./vhosts/bootstrap-with-tailwind.oliverdavies.uk.nix
|
||||
./vhosts/florida-drupalcamp-tailwind-css.oliverdavies.uk.nix
|
||||
./vhosts/phpsw-sculpin-demo.oliverdavies.uk.nix
|
||||
./vhosts/rebuilding-acquia.oliverdavies.uk.nix
|
||||
./vhosts/rebuilding-bartik.oliverdavies.uk.nix
|
||||
./vhosts/rebuilding-bristol-js.oliverdavies.uk.nix
|
||||
./vhosts/rebuilding-symfony.oliverdavies.uk.nix
|
||||
./vhosts/tailwindcss-demo.oliverdavies.uk.nix
|
||||
./vhosts/talking-drupal-tailwindcss.oliverdavies.uk.nix
|
||||
./vhosts/wp-tailwind.oliverdavies.uk.nix
|
||||
./vhosts/www.oliverdavies.uk.nix
|
||||
./vhosts/zet.oliverdavies.uk.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue