Create 2025.oliverdavies.uk subdomain
All checks were successful
/ check (push) Successful in 1m29s

This commit is contained in:
Oliver Davies 2025-07-04 08:49:21 +01:00
parent fc8bdf3bce
commit 1e088c5289
3 changed files with 12 additions and 0 deletions

View file

@ -21,6 +21,7 @@
let let
subdomains = [ subdomains = [
"2020" "2020"
"2025"
"audiobookshelf" "audiobookshelf"
"bootstrap-with-tailwind" "bootstrap-with-tailwind"
"code" "code"

View file

@ -11,6 +11,16 @@ let
{ inherit port root url; } // overrides; { inherit port root url; } // overrides;
sites = [ sites = [
{
root = "/var/www/vhosts/website-sculpin";
port = ports.nginx-website-2025;
url = "2025.oliverdavies.uk";
extraConfig = ''
add_header X-Robots-Tag "noindex, nofollow";
'';
}
(mkSite "eric" { (mkSite "eric" {
rootSuffix = "/public"; rootSuffix = "/public";

View file

@ -19,6 +19,7 @@ in
nginx-website-sculpin = 8095; nginx-website-sculpin = 8095;
nginx-website-tome = 8098; nginx-website-tome = 8098;
nginx-website-2025 = 9002;
nginx-bootstrap-with-tailwind = 8081; nginx-bootstrap-with-tailwind = 8081;
nginx-eric = 8084; nginx-eric = 8084;
nginx-florida-drupalcamp-tailwind-css = 8083; nginx-florida-drupalcamp-tailwind-css = 8083;