Add books and examples subdomains
All checks were successful
/ check (push) Successful in 59s

This commit is contained in:
Oliver Davies 2025-08-18 18:34:58 +01:00
parent 88e8de8c30
commit 77b8ce89c8
2 changed files with 6 additions and 1 deletions

View file

@ -11,6 +11,8 @@ let
{ inherit port root url; } // overrides;
sites = [
(mkSite "books" {})
(mkSite "eric" {
rootSuffix = "/public";
@ -18,6 +20,8 @@ let
add_header X-Robots-Tag "noindex, nofollow";
'';
})
(mkSite "examples" {})
]
++
map

View file

@ -19,9 +19,10 @@ in
nginx-website-sculpin = 8095;
nginx-website-tome = 8098;
nginx-website-2025 = 9002;
nginx-books = 9002;
nginx-bootstrap-with-tailwind = 8081;
nginx-eric = 8084;
nginx-examples = 9003;
nginx-florida-drupalcamp-tailwind-css = 8083;
nginx-luke = 8094;
nginx-phpsw-sculpin-demo = 8085;