Bruh moment
This commit is contained in:
parent
2100e3c701
commit
40b37c8207
|
@ -98,7 +98,7 @@
|
||||||
"PGID" = "1001";
|
"PGID" = "1001";
|
||||||
"TZ" = "America/New_York";
|
"TZ" = "America/New_York";
|
||||||
};
|
};
|
||||||
ports = [ "4080:80" "4433:433" ];
|
ports = [ "4080:80" "4443:443" ];
|
||||||
volumes = [ "/var/lib/heimdall:/config" ];
|
volumes = [ "/var/lib/heimdall:/config" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -126,7 +126,7 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "mccarty.io";
|
useACMEHost = "mccarty.io";
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:4443";
|
proxyPass = "https://localhost:4443";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
allow 100.64.0.0/10;
|
allow 100.64.0.0/10;
|
||||||
deny all;
|
deny all;
|
||||||
|
|
Loading…
Reference in New Issue