tvl-depot/nixos/socrates
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
..
configuration.nix Attempt to serve sandbox.wpcarro.dev/covid-19 2020-03-19 12:48:03 +00:00
hardware.nix Nest configuration beneath socrates directory 2020-03-01 22:32:24 +00:00
rebuild.nix Rename socrates/default.nix -> socrates/configuration.nix 2020-03-07 16:17:23 +00:00