This commit is contained in:
parent
fc8bdf3bce
commit
1e088c5289
3 changed files with 12 additions and 0 deletions
|
@ -11,6 +11,16 @@ 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