This commit is contained in:
parent
fc8bdf3bce
commit
1e088c5289
3 changed files with 12 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
let
|
let
|
||||||
subdomains = [
|
subdomains = [
|
||||||
"2020"
|
"2020"
|
||||||
|
"2025"
|
||||||
"audiobookshelf"
|
"audiobookshelf"
|
||||||
"bootstrap-with-tailwind"
|
"bootstrap-with-tailwind"
|
||||||
"code"
|
"code"
|
||||||
|
|
|
@ -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";
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue