Bruh moment

This commit is contained in:
Nathan McCarty 2023-04-10 17:53:53 -04:00
parent 2100e3c701
commit 40b37c8207
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@
"PGID" = "1001";
"TZ" = "America/New_York";
};
ports = [ "4080:80" "4433:433" ];
ports = [ "4080:80" "4443:443" ];
volumes = [ "/var/lib/heimdall:/config" ];
};
};
@ -126,7 +126,7 @@
forceSSL = true;
useACMEHost = "mccarty.io";
locations."/" = {
proxyPass = "http://localhost:4443";
proxyPass = "https://localhost:4443";
extraConfig = ''
allow 100.64.0.0/10;
deny all;