Bruh moment
This commit is contained in:
parent
2100e3c701
commit
40b37c8207
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue