tvl-depot/nixos
William Carroll 76210a217c Attempt to serve sandbox.wpcarro.dev/covid-19
Right now my website is serving at sandbox.wpcarro.dev, but I would rather
people view it at sandbox.wpcarro.dev/covid-19.

I previously tried to accomplish this with the following Nginx configuration:

```nix
locations."/covid-19" = {
  root = briefcase.covid-uk;
}
```

I am now trying `alias = ...` instead of `root = ...`. I got the idea from this
SO question, https://stackoverflow.com/questions/10631933/nginx-static-file-serving-confusion-with-root-alias.
2020-03-19 12:48:03 +00:00
..
socrates Attempt to serve sandbox.wpcarro.dev/covid-19 2020-03-19 12:48:03 +00:00
installer.nix Removing unused parameters in installer.nix 2020-03-01 22:32:25 +00:00