Update nginx.nix

This commit is contained in:
Aaron Honeycutt 2023-01-17 13:48:40 +00:00
parent 9bf4f7353e
commit 200110ec50

View file

@ -7,8 +7,6 @@
"ahoneybun.net" = { "ahoneybun.net" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
# All serverAliases will be added as extra domain names on the certificate.
# serverAliases = [ "bar.example.com" ];
locations."/" = { locations."/" = {
root = "/var/www"; root = "/var/www";
}; };