summary refs log tree commit diff
path: root/host/Rory-nginx/services/nginx/thearcanebrony.net/vives.nix
blob: 3fc280c724e6b915a98b48fa0f74c937742f33a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  enableACME = true;
  addSSL = true;
  root = "/data/nginx/html_vives";
  locations = {
    "/" = {
      index = "index.html";
    };
  };
}