Move my static sites to the new server
This commit is contained in:
parent
de553ff052
commit
21b6cd9326
16 changed files with 593 additions and 9 deletions
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
services.nginx.virtualHosts."tailwindcss-demo.oliverdavies.uk" = {
|
||||
useACMEHost = "oliverdavies.uk";
|
||||
forceSSL = true;
|
||||
root = "/var/www/vhosts/tailwindcss-demo.oliverdavies.uk";
|
||||
extraConfig = ''
|
||||
add_header X-Robots-Tag "noindex, nofollow";
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue