parent
e111506428
commit
0259ea44f0
5 changed files with 47 additions and 33 deletions
|
@ -10,27 +10,27 @@ let
|
|||
in
|
||||
{ inherit port root url; } // overrides;
|
||||
|
||||
sites =
|
||||
[
|
||||
{
|
||||
root = "/var/www/vhosts/website-sculpin";
|
||||
port = ports.nginx-website-2025;
|
||||
url = "2025.oliverdavies.uk";
|
||||
sites = [
|
||||
{
|
||||
root = "/var/www/vhosts/website-sculpin";
|
||||
port = ports.nginx-website-2025;
|
||||
url = "2025.oliverdavies.uk";
|
||||
|
||||
extraConfig = ''
|
||||
add_header X-Robots-Tag "noindex, nofollow";
|
||||
'';
|
||||
}
|
||||
extraConfig = ''
|
||||
add_header X-Robots-Tag "noindex, nofollow";
|
||||
'';
|
||||
}
|
||||
|
||||
(mkSite "eric" {
|
||||
rootSuffix = "/public";
|
||||
(mkSite "eric" {
|
||||
rootSuffix = "/public";
|
||||
|
||||
extraConfig = ''
|
||||
add_header X-Robots-Tag "noindex, nofollow";
|
||||
'';
|
||||
})
|
||||
]
|
||||
++ map
|
||||
extraConfig = ''
|
||||
add_header X-Robots-Tag "noindex, nofollow";
|
||||
'';
|
||||
})
|
||||
]
|
||||
++
|
||||
map
|
||||
(
|
||||
domain:
|
||||
mkSite domain {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue