Update nginx-reverse-proxy.nix

This commit is contained in:
Aaron Honeycutt 2023-01-17 13:48:28 +00:00
parent 45c37ad2cf
commit 9bf4f7353e

View file

@ -12,10 +12,7 @@
"ahoneybun.net" = {
forceSSL = true;
enableACME = true;
# All serverAliases will be added as extra domain names on the certificate.
# serverAliases = [ "bar.example.com" ];
locations."/" = {
# root = "/var/www/website";
proxyPass = "http://127.0.0.1:3000";
extraConfig = ''