Remove 2025 subdomain
This commit is contained in:
parent
1ac3cbc932
commit
2ef0d0015f
2 changed files with 0 additions and 11 deletions
|
@ -21,7 +21,6 @@
|
|||
let
|
||||
subdomains = [
|
||||
"2020"
|
||||
"2025"
|
||||
"audiobookshelf"
|
||||
"bootstrap-with-tailwind"
|
||||
"code"
|
||||
|
|
|
@ -11,16 +11,6 @@ let
|
|||
{ inherit port root url; } // overrides;
|
||||
|
||||
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" {
|
||||
rootSuffix = "/public";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue